lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: text above


From: Simon Albrecht
Subject: Re: text above
Date: Fri, 24 Oct 2014 20:56:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hello Bernhard,


Am 24.10.2014 um 13:36 schrieb Dr. Bernhard Kleine:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following code has some errors:

The tenor lyrics should above the system.
See comments below.

The \mf should be moved here a little to the left to have more space for the crescendo.
Same here.
This is really basic stuff which is covered in the Learning Manual, which you should thoroughly read in order to get started with LilyPond. Always asking on the list is asking a lot from our patience and probably too much ;-) But for now I inserted the suitable command below.
The crescendo in bar 5 and the decrescendo in bar 7 are on different vertical levels.
This is normal if they don’t follow each other immediately. I don’t know of any possibility to change this behaviour, maybe someone else on the list does.

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|
% Insert the following command here:
\once\override DynamicText.X-offset = -4 % I exaggerated; test and adjust the value
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
% the staff needs to be named in order to be called below
% replace the following line with
\new Staff = "men" \with {
\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 {
% insert the following
alignAboveContext = "men"
\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-----


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

[Prev in Thread] Current Thread [Next in Thread]