Re: Lyrics above staff

2023-10-08 Thread Jean Abou Samra
Le vendredi 06 octobre 2023 à 20:26 +, Werner LEMBERG a écrit : > > > > > > OMG! I didn't know that syntax at all. It looks undocumented. > > > Sigh.  We definitely were too careless with documentation then... https://gitlab.com/lilypond/li

Re: Lyrics above staff

2023-10-06 Thread Dimitrios Sykias
Thanks all for your help! The final working code is: \version "2.24.2" \score { \new StaffGroup << \new Staff = "soprano" \with { \override InstrumentName.self-alignment-X = #RIGHT instrumentName = #"S. " } \new Voice = "S" { \relative { c'4 d e f } } \new Ly

Re: Lyrics above staff

2023-10-06 Thread Werner LEMBERG
>>> Le 6 oct. 2023 à 15:47, David Kastrup a écrit : >>> \new Staff = "staff" { >>> c'1 >>> } \addlyrics \with { alignAboveContext = "staff"} { Om } >> >> >> OMG! I didn't know that syntax at all. It looks undocumented. > > Sigh. We definite

Re: Lyrics above staff

2023-10-06 Thread David Kastrup
Jean Abou Samra writes: >  > > >> Le 6 oct. 2023 à 15:47, David Kastrup a écrit : >> \new Staff = "staff" { >> c'1 >> } \addlyrics \with { alignAboveContext = "staff"} { Om } > > > OMG! I didn't know that syntax at all. It looks undocumented.

Re: Lyrics above staff

2023-10-06 Thread Jean Abou Samra
 > Le 6 oct. 2023 à 15:47, David Kastrup a écrit : > \new Staff = "staff" { > c'1 > } \addlyrics \with { alignAboveContext = "staff"} { Om } OMG! I didn't know that syntax at all. It looks undocumented.

Re: Lyrics above staff

2023-10-06 Thread Jean Abou Samra
> Le 6 oct. 2023 à 18:13, Dimitrios Sykias a écrit : > >\new Staff = "soprano" { \with { \override > InstrumentName.self-alignment-X = #RIGHT instrumentName = #"S. " } } You have extraneous braces around \with { ... }

Re: Lyrics above staff

2023-10-06 Thread Dimitrios Sykias
\new Lyrics { \lyricsto "S" { "1" "2" "3" "4" } } \new Lyrics \with { alignAboveContext = "soprano" } { \lyricsto "S" { "1" "2" "3" "4"

Re: Lyrics above staff

2023-10-06 Thread David Kastrup
Dimitrios Sykias writes: > Is it possible to place lyrics above staff using \addlyrics? I tried > “\addlyrics { \with { alignAboveContext = "staff" }” but it didn’t > work. Thanks! It does here. \new Staff = "staff" { c'1 } \addlyrics \with { alignAboveCo

Re: Lyrics above staff

2023-10-06 Thread Jean Abou Samra
> Le 6 oct. 2023 à 14:18, Dimitrios Sykias a écrit : > > Is it possible to place lyrics above staff using \addlyrics? I tried > “\addlyrics { \with { alignAboveContext = "staff" }” but it didn’t work. > Thanks! { ... } \addlyrics { ... } is a shorthand for

Lyrics above staff

2023-10-06 Thread Dimitrios Sykias
Is it possible to place lyrics above staff using \addlyrics? I tried “\addlyrics { \with { alignAboveContext = "staff" }” but it didn’t work. Thanks!

Re: Lyrics above staff height inconsistent

2021-11-10 Thread Adam Good
Aaron, Thank you for your informative and helpful reply! This, for the win: \with { \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 1.0)) } Looks fantastic, problem solved. Adam On Wed, Nov 10, 2021 at 12:22 PM Aaron Hill wrote: > On 2021-11-10

Re: Lyrics above staff height inconsistent

2021-11-10 Thread Aaron Hill
On 2021-11-10 7:46 am, Adam Good wrote: Dear List, Here's a question I'm sure has been asked and answered often. I much prefer lyrics below the staff but if I had to, in the example below, what is causing the lyrics on the 2nd and 3rd stafflines to be higher than staffline 1? Playing with: \o

Lyrics above staff height inconsistent

2021-11-10 Thread Adam Good
Dear List, Here's a question I'm sure has been asked and answered often. I much prefer lyrics below the staff but if I had to, in the example below, what is causing the lyrics on the 2nd and 3rd stafflines to be higher than staffline 1? Playing with: \override VerticalAxisGroup.nonstaff-relatedst

Re: Strange behaviour of Lyrics above Staff

2011-03-07 Thread TaoCG
n CHANGES that only said lyrics above a staff have to set #'staff-affinity = #DOWN or use alignAboveContext but that really isn't a change. Regards, Tao -- View this message in context: http://old.nabble.com/Strange-behaviour-of-Lyrics-above-Staff-tp31089958p31094964.html Sent from

Re: Strange behaviour of Lyrics above Staff

2011-03-07 Thread Phil Holmes
- Original Message - From: "TaoCG" To: Sent: Monday, March 07, 2011 6:04 PM Subject: Strange behaviour of Lyrics above Staff Hi, I am having weird results with Lyrics above the Staff. I tried to reduce the problem to a small snippet. What I notice is that the dista

Strange behaviour of Lyrics above Staff

2011-03-07 Thread TaoCG
} >> } http://old.nabble.com/file/p31089958/score.pdf score.pdf -- View this message in context: http://old.nabble.com/Strange-behaviour-of-Lyrics-above-Staff-tp31089958p31089958.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _

Re: Bass Clef Lyrics Above Staff

2009-01-30 Thread James E. Bailey
easiest way that I know of is: \version "2.12.2" music = \relative { \clef bass c1 } lyric = \lyricmode { text } \score { << \new Staff = "bass" \new Voice = "bass" \music \new Lyrics \with {alignAboveContext=bass} \lyricsto bass \lyric >> } Am 30.01.2009 um 06:29 schrieb Eze

Bass Clef Lyrics Above Staff

2009-01-29 Thread Ezequiel Sierra
How can i place the lyrics in the top the bass clef up instead of the bottom because i have a choir staff ZeeK ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: volta brackets & lyrics above staff

2007-04-10 Thread Christopher A. LaFond
On Tue, 10 Apr 2007 11:35:32 -0400, Paul Scott <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher A. LaFond wrote: I have a score with the soprano lyrics above the top staff, and the ending has a one-measure alternative. But the volta lines are pushing the sop

Re: volta brackets & lyrics above staff

2007-04-10 Thread Paul Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher A. LaFond wrote: > I have a score with the soprano lyrics above the top staff, and the > ending has a one-measure alternative. But the volta lines are pushing > the soprano lyrics up near the previous system, so far that at first I > though

volta brackets & lyrics above staff

2007-04-10 Thread Christopher A. LaFond
I have a score with the soprano lyrics above the top staff, and the ending has a one-measure alternative. But the volta lines are pushing the soprano lyrics up near the previous system, so far that at first I thought that they had disappeared and had to search for them. Does anyone know how

Re: Lyrics above staff in a SATB context

2002-07-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > >> Is there something I can do about lyric syllables on the first beat > >> being drawn over the barline? (To see what I mean, see > > > > see input/regression/lyrics-bar.ly > > Aha! Yes, it works, although I could use still more space between the > barline and the

Re: Lyrics above staff in a SATB context

2002-07-02 Thread Atro Tossavainen
>> Is there something I can do about lyric syllables on the first beat >> being drawn over the barline? (To see what I mean, see > > see input/regression/lyrics-bar.ly Aha! Yes, it works, although I could use still more space between the barline and the words. However, applying this resulted

Re: Lyrics above staff in a SATB context

2002-07-02 Thread Han-Wen
[EMAIL PROTECTED] writes: > Thanks, this really does make the score look much nicer. > > Is there something I can do about lyric syllables on the first beat > being drawn over the barline? (To see what I mean, see see input/regression/lyrics-bar.ly BTW, please don't take discussions that are o

Lyrics above staff in a SATB context

2002-07-01 Thread Han-Wen
[EMAIL PROTECTED] writes: > Hello, > > How do I most sensibly produce a SATB score with two staves so that > S lyrics are above, A lyrics below the staff, and ditto for T, B? I've added a SATB template to CVS. %{ Example template for a SATB vocal score. %} sopMusic = \notes \relative c'

Lyrics above staff in a SATB context

2002-07-01 Thread Han-Wen
[EMAIL PROTECTED] writes: > Hello, > > How do I most sensibly produce a SATB score with two staves so that > S lyrics are above, A lyrics below the staff, and ditto for T, B? > Please see something like \context StaffGroup < \context Lyrics = sopLyrs { s1 } \conte

Lyrics above staff in a SATB context

2002-07-01 Thread Atro Tossavainen
Hello, How do I most sensibly produce a SATB score with two staves so that S lyrics are above, A lyrics below the staff, and ditto for T, B? Please see http://www.xray.biocenter.helsinki.fi/~atossava/Music/romanssi.pdf> http://www.xray.biocenter.helsinki.fi/~atossava/Music/romanssi.ly> for an e