Re: Adding a line break on \breve note

2020-05-28 Thread Valentin Petzel
Sorry, I left an orphaned lyrics context in here.\version "2.20.0" \paper { #(set-paper-size "a4landscape") } ToninaZalmu = \key c \major FirstMusicVerse = \relative { \cadenzaOn \ToninaZalmu g'\breve e8 g a4 g \bar "|" } VerseOne = \lyricmode { \set Lyrics.stanza = "1."

Re: Adding a line break on \breve note

2020-05-28 Thread Valentin Petzel
Maybe not the easiest way, but a clean way without doing random spacing overrides would be like this.\version "2.20.0" \paper { #(set-paper-size "a4landscape") } ToninaZalmu = \key c \major FirstMusicVerse = \relative { \cadenzaOn \ToninaZalmu g'\breve e8 g a4 g \bar "|" } Ve

Re: Adding a line break on \breve note

2020-05-27 Thread Pierre Perol-Schneider
Ok, how about: %%% \version "2.20.0" \paper { #(set-paper-size "a4landscape") ragged-last = ##f } ToninaZalmu = \key c \major FirstMusicVerse = \relative { \cadenzaOn \ToninaZalmu \once\omit Stem \tweak duration-log #-1 g'2*3/2 e8 g a4 g \bar "|" } VerseOne = \lyricmode { \set s

Re: Adding a line break on \breve note

2020-05-27 Thread Frimlik
Very nice, Schneidy, the only problem is that I don't want (as I wrote) constant line width, e.g. the same code without command \override #'(line-width . 66), and I also want whole staff to fit in the page - when I delete the line-width command, the staff stretches itself too much. Thanks. --

Re: Adding a line break on \breve note

2020-05-26 Thread Pierre Perol-Schneider
Here it goes; VerseOne = \lyricmode { \set stanza = "1." \override LyricText.self-alignment-X = #LEFT \markup \override #'(line-width . 66) \column { \line { Lorem ipsum dolor sit amet, consectetuer adipiscing elit.+ } \fill-line { \null "Etiam commod

Re: Adding a line break on \breve note

2020-05-26 Thread Frimlik
Ok, I see, that my request was not described well enough. So, what I want to achieve is visible on picture: Thank for advices. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Adding a line break on \breve note

2020-05-26 Thread Pierre Perol-Schneider
Le mar. 26 mai 2020 à 12:34, Frimlik a écrit : > Actually, as I can see, the first verse is split into 4 lines, I'd like to > have only 2 lines split by the '+' sign. > Simply change the line lenght, e.g.: VerseOne = \lyricmode { \set Lyrics.stanza = "1." \override LyricText.self-alignment-

Re: Adding a line break on \breve note

2020-05-26 Thread Thomas Morley
Am Di., 26. Mai 2020 um 12:34 Uhr schrieb Frimlik : > > Actually, as I can see, the first verse is split into 4 lines, I'd like to > have only 2 lines split by the '+' sign. > Idea with vertical offset is interesting. > > > > -- > Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html > Hi,

Re: Adding a line break on \breve note

2020-05-26 Thread Frimlik
Actually, as I can see, the first verse is split into 4 lines, I'd like to have only 2 lines split by the '+' sign. Idea with vertical offset is interesting. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Adding a line break on \breve note

2020-05-25 Thread Pierre Perol-Schneider
Hi Frimlik, How about: VerseOne = \lyricmode { \set Lyrics.stanza = "1." \override LyricText.self-alignment-X = #LEFT \markup \override #'(line-width . 35){ \justify { Lorem ipsum dolor sit amet, consectetuer adipiscing elit.+ Etiam commodo dui eget wisi. Nunc auctor

Re: Adding a line break on \breve note

2020-05-25 Thread Frimlik
Much better, but not my dream yet. \version "2.20.0" \paper { #(set-paper-size "a4landscape") } ToninaZalmu = \key c \major FirstMusicVerse = \relative { \cadenzaOn \ToninaZalmu g'\breve e8 g a4 g \bar "|" } VerseOne = \lyricmode { \set Lyrics.stanza = "1." \override LyricText.self

Re: Adding a line break on \breve note

2020-05-25 Thread Frimlik
Actually, it is not. I want a single line of staff and below that two lines of text. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Adding a line break on \breve note

2020-05-25 Thread Brian Barker
At 04:40 25/05/2020 -0700, Frimlik Cage wrote: is there a simple way, how to do a line break (in lyrics) on \breve note? Try: \markup { \column { "Lorem ipsum dolor sit amet, consectetuer adipiscing elit." \line { "Etiam commodo dui eget wisi. Nunc auctor." } } } Su -- spen --

Re: Adding a line break on \breve note

2020-05-25 Thread Kevin Barry
Hi Frimlik, I don't really understand what you are trying to do, but the code below adds a break in the breve \version "2.20.0" \paper { #(set-paper-size "a4landscape") } ToninaZalmu = \key c \major FirstMusicVerse = \relative { \cadenzaOn \ToninaZalmu g'\breve*1/2 \bar "" \break \once