]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/compound-time-signatures.ly
Modify autobeam and grouping properties
[lilypond.git] / Documentation / snippets / compound-time-signatures.ly
index b3017d0f769ea67de200ec84365c3a8ce3c2d222..55025e2b19de3c725e98761394fb5b4636ea6a8b 100644 (file)
@@ -1,10 +1,9 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.13.1"
+%% Note: this file works from version 2.13.4
+\version "2.13.4"
 
 \header {
-  lsrtags = "rhythms"
-
 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
  doctitlees = "Indicaciones de compases compuestos"
  texidoces = "
@@ -42,6 +41,8 @@ métriques.  LilyPond est capable de rendre ce type de notation, plus
 "
   doctitlefr = "Métrique décomposée"
 
+  lsrtags = "rhythms"
+
   texidoc = "
 Odd 20th century time signatures (such as \"5/8\") can often be played
 as compound time signatures (e.g. \"3/8 + 2/8\"), which combine two or
@@ -49,12 +50,13 @@ more inequal metrics. LilyPond can make such music quite easy to read
 and play, by explicitly printing the compound time signatures and
 adapting the automatic beaming behavior. (Graphic measure grouping
 indications can also be added; see the appropriate snippet in this
-database.) 
+database.)
 
 "
   doctitle = "Compound time signatures"
 } % begin verbatim
 
+
 #(define ((compound-time one two num) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
@@ -66,7 +68,8 @@ database.)
 \relative c' {
   \override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "8")
   \time 5/8
-  #(override-auto-beam-setting '(end 1 8 5 8) 1 4)
+  \overrideBeamSettings #'Staff #'(5 . 8) #'end
+        #'((* . (2 3)))
   c8 d e fis gis
   c8 fis, gis e d
   c8 d e4 gis8