lilypond-user
[Top][All Lists]
Advanced

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

Re: Partial measures


From: jpeters
Subject: Re: Partial measures
Date: Sun, 22 Feb 2009 14:41:12 -0800 (PST)

One way to do this is with measureLength: 
                                     
 \relative c'' {                                       
    \time 4/4                                          
    \repeat volta 2 {                                  
       \partial 8 gis8 |                               
       fis4 g g c, |                                   
                                                                  
       \set Score.measureLength = #(ly:make-moment 7 8)  
        b2. r8 |                                        
        \set Score.measureLength = #(ly:make-moment 4 4)
    }                  
      fis4 g g c, |
 }                 
~


Jonathan Kulp-2 wrote:
> 
> Nick Payne wrote:
>> Jon
>> 
>> What you have below works fine with the small example, but when I remove
>> the
>> \partial at the beginning of the 2nd repeat in the actual score, not only
>> do
>> I not get the partial measure, but Lilypond gets quite bamboozled (see
>> attached png of the final page) and forgets to put in any line breaks
>> between bars 13 and 24.
>> 
>> Adding the partials back gets correct looking output at the cost of
>> barcheck
>> failed warnings.
>> 
>> Nick
>> 
> Boy that does look weird.  Maybe there's a way to reset the barcheck 
> counter (or whatever it's called) after the \partial command in the 2nd 
> half so that all the rest of the barchecks work.  Could you attach the 
> whole file so I can have a look.  I'm curious about this.
> 
> Jon
> 
> -- 
> Jonathan Kulp
> http://www.jonathankulp.com
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Partial-measures-tp22143202p22152625.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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