]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/compound-time-signatures.ly
Docs: update Japanese LM and AU
[lilypond.git] / Documentation / snippets / compound-time-signatures.ly
index 4a0f811eefd2b1692500107fd267b293e8cb98f9..f513f2d5dc363428742aa3a1ba0e6f8ebe7290b7 100644 (file)
@@ -1,11 +1,11 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.1"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.4
+\version "2.13.4"
 
 \header {
-  lsrtags = "rhythms"
-
-%% Translation of GIT committish: a634a20e0ab2a874ff8bf423e5651139df8733fc
+%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
  doctitlees = "Indicaciones de compases compuestos"
  texidoces = "
 Las indicaciones de compás poco frecuentes como \"5/8\" se pueden
@@ -19,7 +19,8 @@ apropiado en la base de datos).
 
 "
 
-%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
+
+%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
 texidocde = "
 Ungerade Taktarten werden (wie etwa \"5/8\") werden oft als zusammengesetzte
 Taktarten interpretiert (bspw. \"3/8 + 2/8\"), in welchen zwei oder mehr
@@ -31,10 +32,11 @@ Bebalkung angepasst wird.
   doctitlede = "Zusammengesetzte Taktarten"
 
 
+
 %% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df
   texidocfr = "
-Des métriques telles que \"5/8\" pauvent s'interpréter sous une forme
-décomposée --- \"3/8 + 2/8\" par exemple --- qui combine plusieurs
+Des métriques telles que @qq{5/8} peuvent s'interpréter sous une forme
+décomposée --- @qq{3/8 + 2/8} par exemple --- qui combine plusieurs
 métriques.  LilyPond est capable de rendre ce type de notation, plus
   facile à lire et à interpréter, en imprimant cette métrique composite
   et en adaptant les règles de ligature automatique en conséquence.
@@ -42,6 +44,7 @@ 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 +52,12 @@ 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 +69,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