lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

^\markup placed below score


From: Rachel Knight
Subject: ^\markup placed below score
Date: Fri, 31 Aug 2018 13:03:33 -0700

Below is my score for a piece for a primer method. When the staff is showing, all the markups are in the right position, but as soon as I hide the staff lines, the last “R.H.” moves below the notes instead of above them, as I have specified. How do I fix this?

Thanks,
Rachel

<<
\new Staff {
\hide Staff.TimeSignature
\override Score.TimeSignature.stencil = ##f
\override Score.Clef.stencil = ##f
\clef bass
\easyHeadsOn
\stopStaff
\override Staff.Stem.length = #7.0
\override NoteHead.font-size = #3

\relative c, {
\voiceTwo
c4_\markup { \teeny "L.H." } d e2
}
\relative c {
\voiceOne
c4^\markup { \teeny "R.H." } d e2
}
\relative c' {
\voiceTwo
c4_\markup { \teeny "L.H." } d e2
}
\relative c'' {
\voiceOne
c4^\markup { \teeny "R.H." }
d e2
}
}
>>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]