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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to