X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fautomatic-beam-subdivisions.ly;h=22fc8f0bf1416d8ee4dadc1b1ab2df07fb36be27;hb=05624d5147843d2fcbd6e4e126f1fd43142ac6e5;hp=3a566710d88557bac411481a5a9c701c92ff9896;hpb=c6554467b0a9beddf0d7ef12746ae31a25fe36e7;p=lilypond.git diff --git a/input/lsr/automatic-beam-subdivisions.ly b/input/lsr/automatic-beam-subdivisions.ly index 3a566710d8..22fc8f0bf1 100644 --- a/input/lsr/automatic-beam-subdivisions.ly +++ b/input/lsr/automatic-beam-subdivisions.ly @@ -1,6 +1,6 @@ %% 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.11.62" +\version "2.12.0" \header { lsrtags = "rhythms" @@ -22,22 +22,25 @@ specified in @code{beatLength}). doctitle = "Automatic beam subdivisions" } % begin verbatim -\score { - \new Staff \relative c'' { - << { - \voiceOne - \set subdivideBeams = ##t - b32[ a g f c' b a g b^"subdivide beams" a g f c' b a g] - \oneVoice - } - \new Voice { - \voiceTwo - b32_"default"[ a g f c' b a g b a g f c' b a g] - } >> +\new Staff { + \relative c'' { + << + { + \voiceOne + \set subdivideBeams = ##t + b32[ a g f c' b a g + b32^"subdivide beams" a g f c' b a g] + } + \new Voice { + \voiceTwo + b32_"default"[ a g f c' b a g + b32 a g f c' b a g] + } + >> + \oneVoice \set beatLength = #(ly:make-moment 1 8) b32^"beatLength 1 8"[ a g f c' b a g] \set beatLength = #(ly:make-moment 1 16) b32^"beatLength 1 16"[ a g f c' b a g] } } -