Adding a line break on \breve note

2020-05-25 Thread Frimlik
Hello, is there a simple way, how to do a line break (in lyrics) on \breve note? My code snippet: \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 = \ly

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 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-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-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-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. --