lilypond-user
[Top][All Lists]
Advanced

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

markup on a shifted note is not shifted


From: -Eluze
Subject: markup on a shifted note is not shifted
Date: Sat, 3 Jul 2010 02:00:36 -0700 (PDT)

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.




reply via email to

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