2016-08-17 16:28 GMT+02:00 Thomas Morley <[email protected]>: > 2016-08-17 15:27 GMT+02:00 Philip Bergwerf <[email protected]>: >> \version "2.18.2" >> >> \relative c''{ >> <<{ >> c^\p^\< >> }\\{ >> c, >> }>> >> c' c c c >> c c c^\f >> \bar "|." >> } >> >> %I want to make a p<f crescendo from the first upper c to the last c. >> %The crescendo starts from a 'two voices' measure and ens in a 'one voice' >> %measure. How to make a crescendo sign in this case? > > Hi Philip, > > two possibilities: > > \version "2.18.2" > > %% apply separate Voice > \new Staff > << > \relative c'' { > << > { c4 } > \\ > { c, } > >> > c' c c > c c c c > \bar "|." > } > { > s4^\p^\< > s2. > s > s4^\f^\! > } > >> > > %% continue Voice > \new Voice = "v" > \relative c'' { > << > \context Voice = "v" { > \voiceOne > c^\p^\< > } > \\ > { c, } > >> %% forgot: \oneVoice > c' c c > c c c c^\f > \bar "|." > } > > HTH, > Harm
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
