lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom Time Signature


From: Eluze
Subject: Re: Custom Time Signature
Date: Wed, 19 Dec 2012 15:57:11 -0800 (PST)

Kevin Patrick Barry wrote
> Dear LilyPond experts,
> 
> I would like to display the time signature 4/2 as two struck Cs next to
> one
> another (no 'plus' sign), as in the score here:
> http://petrucci.mus.auth.gr/imglnks/usimg/4/4d/IMSLP39751-PMLP02062-Schubert-Impromptu-Op90No3.pdf

the quickest I (and dirtiest) I could find (you have to use the newest dev
version for \once \textLenghtOn) is:

\relative {
  \time 2/2
  \once \textLengthOn
  \grace s8 - \markup \hspace #3
  \time 2/2
  c d e f
  c d e f
}

hth
Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Custom-Time-Signature-tp138130p138133.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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