%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.19.2" \header { lsrtags = "expressive-marks, vocal-music" texidoc = " The @code{arpeggioBracket} can be used to indicate the division of voices where there are no stems to provide the information. This is often seen in choral music. " doctitle = "Using arpeggioBracket to make divisi more visible" } % begin verbatim \include "english.ly" \score { \relative c'' { \key a \major \time 2/2 << \new Voice = "upper" << { \voiceOne \arpeggioBracket a2( b2 1\arpeggio) \arpeggio ~ 4 } \addlyrics { \lyricmode { A -- men. } } >> \new Voice = "lower" { \voiceTwo a1 ~ 1 a ~ 4 \bar "|." } >> } \layout { ragged-right = ##t } }