lilypond-user
[Top][All Lists]
Advanced

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

Re: markup of a group of eighth notes


From: Pierre Perol-Schneider
Subject: Re: markup of a group of eighth notes
Date: Fri, 27 Feb 2015 23:43:36 +0100

2015-02-27 23:41 GMT+01:00 Pierre Perol-Schneider <address@hidden>:
2015-02-27 22:33 GMT+01:00 Stephen MacNeil <address@hidden>:
thanks very much here is what i did.... also do you know how to get the

\musicglyph #"timesig.C44" whitout printing C i want 4/4 but in a markup ... anyway thanks


Sure : 

\markup\center-column\number { 4 \vspace #-.35 4 }


 
Or also :

\markup {
  \override #'(baseline-skip . 0.5)
  \center-column
  \number {
    4 4
  }
}


Cheers,
Pierre


reply via email to

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