lilypond-user
[Top][All Lists]
Advanced

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

Re: \partial only on first measure?


From: me
Subject: Re: \partial only on first measure?
Date: Tue, 27 Sep 2011 13:34:13 -0700

Use Timing.measureLength:

\new Staff \relative c' {
  \time 4/4
  c c c c |
  \set Timing.measureLength = #(ly:make-moment 1 4)
  c |
  \set Timing.measureLength = #(ly:make-moment 4 4)
  c c c c |
}

2011/9/27 Alberto Simões <address@hidden>
Hello

I use (or abuse) of \partial whenever the author makes a smaller "measure" (not sure I am using the right name).

With Lilypond 2.14, it complains that I cannot use partial after the start of a piece.

What is the new approach? :)

Thank you
Alberto
--
Alberto Simoes
CEHUM

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


reply via email to

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