lilypond-user
[Top][All Lists]
Advanced

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

Re: General bar setup for score


From: Marc Hohl
Subject: Re: General bar setup for score
Date: Wed, 16 Jan 2013 08:57:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Am 16.01.2013 08:51, schrieb Maarten de Keijzer:

Hi,

Is it possible to create some general setup for the total number of bars within the score, including time changes?

In the example I have a score with two voices on the right (piano) staff with 6/8 and 3/8 bars.

When I create in one voice some rhythmic accents (like grace notes or acciaccatura) the new time indicator gets duplicated.

This is a very annoying bug in lilypond IIRC.

You can use an invisible \grace in the other voice as a workaround:

rightOne = \relative c'' {
  \global
  c2. |
   \time 3/8 bes16as es as bes c |
  \time 6/8 \acciaccatura  { bes16[ c16] } bes4.~ bes |
  g8 bes es g bes es |
}
rightTwo = \relative c'' {
  \global
  a2. |
     \time 3/8 f8 s f |
  \time 6/8 \grace  { s8 } f4 f g |
  g4. r |
}

HTH,

Marc






reply via email to

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