in the snippet below i expected the markup to be shifted too - shouldn't it
and how can you achieve that? - i dislike the solution using  \override
TextScript #'X-offset = #5

\version "2.13.26"

\context Staff <<
  \context Voice = "1" {
    \voiceOne
    \override NoteColumn #'force-hshift = #5
    \override TextScript #'self-alignment-X = #CENTER
    c''1 ^ \markup "text"
  }
  \context Voice = "2" { \voiceTwo a4 a a a }
>>
http://old.nabble.com/file/p29062844/test1.png 
-- 
View this message in context: 
http://old.nabble.com/markup-on-a-shifted-note-is-not-shifted-tp29062844p29062844.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to