lilypond-user
[Top][All Lists]
Advanced

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

Re: partial in the middle of piece


From: Pierre Perol-Schneider
Subject: Re: partial in the middle of piece
Date: Tue, 17 Jun 2014 07:57:07 +0200

2014-06-16 20:56 GMT+02:00 tisimst <address@hidden>:
 
midpartial =
#(define-music-function (parser location music)
   (ly:music?)
   #{
     \cadenzaOn
     #music \bar "|"
     \cadenzaOff
   #})

Hi Abraham,
That's pretty smart !
I'd suggest to also remove bar numbers from midpartial :

midpartial =
#(define-music-function (parser location music)
   (ly:music?)
   #{
     \once\omit Score.BarNumber
     \cadenzaOn
     #music \bar "|"
     \cadenzaOff
   #})

Cheers,
Pierre


reply via email to

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