X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster.ly;h=fb214fcc525ac9ca05e8228b33920886c5307117;hb=8a459d03defc8f6746d90147972f8debec9b04da;hp=43d0ed2129b1f892f88942c861f08d10567fa948;hpb=c5f04d22f8ad2b8735c6cfec69b8138f185752af;p=lilypond.git diff --git a/input/regression/cluster.ly b/input/regression/cluster.ly index 43d0ed2129..fb214fcc52 100644 --- a/input/regression/cluster.ly +++ b/input/regression/cluster.ly @@ -1,47 +1,23 @@ -\version "1.7.6" + +\version "2.14.0" \header { - texidoc = "Clusters are a device to denote that a complete range of + texidoc = "Clusters are a device to denote that a complete range of notes is to be played." } + \layout { ragged-right = ##t } + -voiceI = % same as voiceII, but with ordinary notes - \context Voice = voiceI { - \notes \relative c' { - \stemUp - c4 f4 - a4 <>4 | \break - << g a >>8 << e a >>8 a4 c1 << d b >>4 e4 | - c4 a4 f4 g4 a4 - } - } - -voiceII = % same as voiceI, but with cluster notation - \context Voice = voiceII { - \notes \relative c' { - \property Thread.NoteHead \set #'transparent = ##t - \property Voice.Stem \set #'transparent = ##t - \property Voice.Beam \set #'transparent = ##t - \property Staff.Accidental \set #'transparent = ##t - \property Voice.Cluster \set #'padding = #0.25 - \property Voice.Cluster \set #'shape = #'ramp - c4 f4-\startCluster - a4 <>4 | \break - %%% do not try something like: < { g8 e8 } a4 > - %%% instead, do the following: << g a >>8 << e a >>8 - << g a >>8 << e a >>8 a4 c1 << d b >>4 e4 | - c4-\stopCluster a4 f4 g4 a4 - } - } - -\score { - \context PianoStaff { - < - \voiceI - \voiceII - > - } - \paper{ - linewidth = 15.0 \cm - } +fragment = \relative c' { + c4 f4 4 + 8 a4 c2 4 e4 + c4 } -%% new-chords-done %% + +<< + \new Staff \fragment + \new Staff \makeClusters \fragment +>> + + + +