lilypond-user
[Top][All Lists]
Advanced

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

Re: With \markup { \score { can I separately control the score size?


From: Pierre Perol-Schneider
Subject: Re: With \markup { \score { can I separately control the score size?
Date: Sun, 29 Jun 2014 11:40:49 +0200

2014-06-29 11:09 GMT+02:00 Richard Shann <address@hidden>:
 
Any clues how to do this?

%%%%%%%%%%%%
\version "2.18.2"

\markup\scale #'(.5 . .5) {

   \score {

     \new Staff { c''1 }

     \layout {}

   }

}


%%%%%%%%%%%%

\version "2.19.8"

\markup\scale #'(.5 . .5) {

   \score {

     c''1

   }

}


%%%%%%%%%%


HTH

Pierre



reply via email to

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