-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When I try to move the tenor text above the staff I fail. I have read the manual pages, but it does not work. What to change?
I have tested the following piece and it compiles, however, not with the result
I want.
Thank you
Bernhard
version "2.19.15"
\language "deutsch"
global = {
\key c \major
\time 3/4
}
tenorTwo = \relative c' {
\global \dynamicUp
s2.| c2 c4|
}
bassTwo = \relative c' {
\global
a2 a4| a g f | e cis e | a ( g) f| e fis d4\rest
}
verseTenor = \lyricmode {
A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun -- di
}
verseBasso = \lyricmode {
A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun -- di
A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun-- di
}
choirPart = \new ChoirStaff <<
\new Staff \with {
midiInstrument = "choir aahs"
instrumentName = \markup \center-column { "Tenor" "Bass" }
} <<
\clef bass
\new Voice = "tenorTwo" { \voiceThree \tenorTwo }
\new Voice = "bassTwo" { \voiceFour \bassTwo }
>>
\new Lyrics \with {
\override VerticalAxisGroup.staff-affinity = #DOWN
} \lyricsto "tenorTwo" \verseTenor
\new Lyrics \with { }
\lyricsto "bassTwo" \verseBasso
>>
\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
iQIcBAEBAgAGBQJUVh1LAAoJENCoWyDsDBkPd3wP/RxF7p6ysCFxVmdkpQI6hSx/
etXAEwvkCQHH55wKzRJHAn1tT/cm3tUkRhU3zlxQMXNX1e7kiSB7Yoevh/XQs1Iv
vKk70kwIpXgih6iis5dYy2UYalUKel35zDMmswYZ6hsU70iQeEC5dZkddTLfGX6C
dsNJUflFa5MEwtm89vl9koOZ4ydxzFM1H2s5vkncqCeFKqMF7cf8Zos0WROKisyj
hVcjld5xDmhYVQkf6fgfs9dHwSxHh776AhjtQ+G4HIlOL/HnOvwVTv5TNftw519Q
MTVXSS5oapKWQzI9iWkPTMGDbFyS1hRUJ/jfe5pXPXjRBmrILQf8eGUZ+W7bjKgI
wlC4OTP5Sb1UgFNSm3QvO7nT253bdQnlC1uLb6+Iq08KUbKFWW9McsX81h4FTsoB
d6eqzxbn9dH+2OCZXx9j1zymVf0Qie9rOLOZgqUoTUaqGRjPZetWpONGj6FUEX+J
Pka8/QoXfNuMfbKMfmCG20QAvCeIWqRxO/Pn0lArcQYQTmr4SZXTzowJ3aKfxAb/
EdJ21Sk2gQUhUCSq7WVWy0Y31W+ypcd0g7Tu+MzubBVq0tPpAr4CrhFuiD3oEYQ1
NP0uxU94Akfc3dvAnLyEzGQ7O+/y/vPuCj2pX+ITBCyMvt8r4FzitiR7MkXlqv1d
bY8vKc86dTAPbe5yV6BH
=ylf4
-----END PGP SIGNATURE-----
When I try to move the tenor text above the staff I fail. I have read the manual pages, but it does not work. What to change? I have tested the following piece and it compiles, however, not with the result I want. Thank you Bernhard version "2.19.15" \language "deutsch" global = { \key c \major \time 3/4 } tenorTwo = \relative c' { \global \dynamicUp s2.| c2 c4| } bassTwo = \relative c' { \global a2 a4| a g f | e cis e | a ( g) f| e fis d4\rest } verseTenor = \lyricmode { A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun -- di } verseBasso = \lyricmode { A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun -- di A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun-- di } choirPart = \new ChoirStaff << \new Staff \with { midiInstrument = "choir aahs" instrumentName = \markup \center-column { "Tenor" "Bass" } } << \clef bass \new Voice = "tenorTwo" { \voiceThree \tenorTwo } \new Voice = "bassTwo" { \voiceFour \bassTwo } >> \new Lyrics \with { \override VerticalAxisGroup.staff-affinity = #DOWN } \lyricsto "tenorTwo" \verseTenor \new Lyrics \with { } \lyricsto "bassTwo" \verseBasso >> \score { << \choirPart >> \layout { } \midi { \tempo 4=100 } } |
PGPexch.htm.sig
Description: Binary data
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
