Create and use \pos function

This commit is contained in:
contrapunctus 2020-12-03 19:35:39 +05:30
parent c425e8794e
commit e2cda9ec93
2 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,7 @@ bass = {
\barNumberCheck #15
d d e c-1 | % Das Mädchen sprach von
<f-0 c'> <f-0 a-0> <d-0 f-0 a-0> <d-0 g-1> |
<f-0 c'-2>^\pos "I" <f-0 a-0> <d-0 f-0 a-0> <d-0 g-1> |
c c c a |
g-1 a16-0 bes-2 c8 c |
f-0 f-0 <f-0 g-1> <f-0 a-3> |

View File

@ -15,3 +15,6 @@ copyright = \markup \center-column {
}
}
}
pos = #(define-scheme-function (parser location str) (string?)
#{ \markup \bold #str #})