lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic beaming in polymetric (scaled) context


From: Simon Albrecht
Subject: Re: Automatic beaming in polymetric (scaled) context
Date: Tue, 06 May 2014 19:53:30 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Hello Urs,

you need to change the beamExceptions for that, see http://lilypond.org/doc/v2.19/Documentation/notation/beams#setting-automatic-beam-behavior. The syntax for that has changed recently, I see with surprise :-)
So we get:

\version "2.19.3"


\relative c' {

\time 9/8

c8 c c c c c c c c

\time 4/4

\set Staff.timeSignatureFraction = 9/8

\set Timing.beamExceptions = \beamExceptions { 8[ 8 8 8] 8[ 8 8 8] |

\scaleDurations 8/9 { 8[ 8 8] 8[ 8 8] 8[ 8 8] } |

\scaleDurations 2/3 { 8[ 8 8] 8[ 8 8] 8[ 8 8] 8[ 8 8] } }

\scaleDurations 8/9 {

c8 c c c c c c c c

}

}


For 2.18.0, you might have to go back to the old syntax (I didn’t test that), but the general idea is clear.


Have a nice evening,
Simon


Am 06.05.2014 09:52, schrieb Urs Liska:
Hi,

if I use \scaleDurations to create polymetric music like written in

http://www.lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms.html#polymetric-notation

there is no automatic beaming, see:

{
  \time 9/8
  c8 c c c c c c c c
  \time 4/4
  \set Staff.timeSignatureFraction = 9/8
  \scaleDurations 8/9 {
    c8 c c c c c c c c
  }
}

Is that really right or is there a possibility to make that example work like a "real" 9/8 time signature?

Best
Urs

_______________________________________________
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]