-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The following code has some errors:
The tenor lyrics should above the system. The \mf should be moved here a little to the left to have more space for the crescendo. The crescendo in bar 5 and the decrescendo in bar 7 are on different vertical levels. How to do / correct these issues? Bernhard \version "2.18.2" \language "deutsch" global = { \key c \major \time 2/2 } soprano = \relative c' { \global % Die Noten folgen hier. \dynamicUp e2.\< ^\p \mark "Langsam" e4\! f2 e2 d1\> e2\! h'2\rest h1\rest h1\rest h1\rest h1\rest } alto = \relative c' { \global % Die Noten folgen hier. e2. e4 f2 e2 d1 e2 s2 s1 | s | s | s | } tenor = \relative c' { \global % Die Noten folgen hier. d,1\rest | d1\rest| d1\rest| d1\rest| a'2 c2 | b a | g (f)| e r } bass = \relative c' { \global % Die Noten folgen hier. s1 | s1 | s1| s1| a2_\mf\< c2\!| b a | g\> (f)\! | e r | } verse = \lyricmode { % Liedtext folgt hier. Ky -- ri -- e e -- lei -- son | | } versetenor = \lyricmode { % Liedtext folgt hier. Ky -- ri -- | e e -- | lei -- | son | } choirPart = \new ChoirStaff << \new Staff \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "Sopran" "Alt" } } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" { \voiceTwo \alto } >> \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #CENTER } \lyricsto "soprano" \verse \new Staff \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "Tenor" "Bass" } } << \clef bass \new Voice = "tenor" { \voiceOne \tenor } \new Voice = "bass" { \voiceTwo \bass } >> \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #up } \lyricsto "tenor" \versetenor >> \score { << \choirPart >> \layout { } \midi { \tempo 4=100 } } -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) Comment: Using gpg4o v3.3.26.5094 - http://www.gpg4o.de/ Charset: utf-8 iQIcBAEBAgAGBQJUSjnMAAoJENCoWyDsDBkPx5MP/iYedVzAQJvsGmKn1XqPYXyz SrhdXtvTIzYw0P+qnvrZRXYDH6hJ4H7Iv/3hwemllcKD/WDXWIA/5Ydwa5ee/9yT gFgg7Hqx908/DrhphORgXWJbXVUN/4+xuUilRkCClkgilZCGxwuUoI2ZCgpZp5xU K91sL/Ma8LbvACwjl/L7YbTG6xtGnnFEv6lcUuhQ/6nA5hi0n+OTIPpmNlMLk5jC SEWv1+UaAIDDge1ydWUd7obZf30X0VfpDMUTS7Jr9g5wUfGH8gG4/BiUW8wKiVhR XyF8yIfXi2qnmx1zvZMa4m8Z0IgkpOi9j1GYhDbgBlfupM5bXqHZatXtw501Ki4G Ctc2UN1SAMRQuTn4mAT8HH6bIjCW2ddfOtzvWOZeJi5P5/KxPB5+cIEaREsbDb7/ 10Si0tVqQg1YosnI3rIFYc9pXRXXLLfePuss3aYILCIFpCj+1uxDrW8i87MWlCb9 ljWr8/qCtdi3NxmQ8GlEQ4mMt/MVaTS9KS2iSvO8v3us0a9qEB1J7KcyuY7mPfjy 5i+lKbQKnHABV7lWBS+0hNHAT0XjfSoEs7gnWfek9YCmSlD2+uFxABU+yMCc1XFe uYSytrvPTIlBfoU+UIGNPOU0qHalo1EbiIvWIL8exU6xySTx6gOAItat5lN12eWI 6srkT28EwXVe6Osoqget =mmZh -----END PGP SIGNATURE-----
The following code has some errors: The tenor lyrics should above the system. The \mf should be moved here a little to the left to have more space for the crescendo. The crescendo in bar 5 and the decrescendo in bar 7 are on different vertical levels. How to do / correct these issues? Bernhard \version "2.18.2" \language "deutsch" global = { \key c \major \time 2/2 } soprano = \relative c' { \global % Die Noten folgen hier. \dynamicUp e2.\< ^\p \mark "Langsam" e4\! f2 e2 d1\> e2\! h'2\rest h1\rest h1\rest h1\rest h1\rest } alto = \relative c' { \global % Die Noten folgen hier. e2. e4 f2 e2 d1 e2 s2 s1 | s | s | s | } tenor = \relative c' { \global % Die Noten folgen hier. d,1\rest | d1\rest| d1\rest| d1\rest| a'2 c2 | b a | g (f)| e r } bass = \relative c' { \global % Die Noten folgen hier. s1 | s1 | s1| s1| a2_\mf\< c2\!| b a | g\> (f)\! | e r | } verse = \lyricmode { % Liedtext folgt hier. Ky -- ri -- e e -- lei -- son | | } versetenor = \lyricmode { % Liedtext folgt hier. Ky -- ri -- | e e -- | lei -- | son | } choirPart = \new ChoirStaff << \new Staff \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "Sopran" "Alt" } } << \new Voice = "soprano" { \voiceOne \soprano } \new Voice = "alto" { \voiceTwo \alto } >> \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #CENTER } \lyricsto "soprano" \verse \new Staff \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "Tenor" "Bass" } } << \clef bass \new Voice = "tenor" { \voiceOne \tenor } \new Voice = "bass" { \voiceTwo \bass } >> \new Lyrics \with { \override VerticalAxisGroup #'staff-affinity = #up } \lyricsto "tenor" \versetenor >> \score { << \choirPart >> \layout { } \midi { \tempo 4=100 } } |
PGPexch.htm.sig
Description: Binary data
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user