This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
songs-of-travel/music/guitar.ly

42 lines
629 B
Plaintext

\version "2.20.0"
pos =
#(define-event-function
(parser location position)
(markup?)
#{
\markup \small \bold #position
#}
)
posI = \markup \small \bold "I"
posIII = \markup \small \bold "III"
posIV = \markup \small \bold "IV"
posVI = \markup \small \bold "VI"
ottavaStart = {
\set Staff.ottavation = #"8vb"
\once \override Staff.OttavaBracket.direction = #DOWN
\set Voice.middleCPosition = #1
}
ottavaStop = {
\unset Staff.ottavation
\unset Voice.middleCPosition
}
guitarDynamics = {
\barNumberCheck #1
}
guitar = {
\clef "treble_8"
% \mergeDifferentlyHeadedOn
\barNumberCheck #1
s1 |
}