lilypond-user
[Top][All Lists]
Advanced

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

Re: lyric and midi trouble


From: Rudi Guggt
Subject: Re: lyric and midi trouble
Date: Tue, 2 Apr 2019 00:10:39 -0700 (MST)

thedoctor818 wrote
> \paper {
>   left-margin = 15
>    top-system-spacing #'basic-distance = #10
>    score-system-spacing #'basic-distance = #10
>    system-system-spacing #'basic-distance = #10
>    last-bottom-spacing #'basic-distance = #10
> }
> 
> [...]
> 
> \score {
>  [...]
>      \new Lyrics = "basses"
>      \context Lyrics = "soprano" \lyricsto "sopranoWords" \sopranoWords
>      \context Lyrics = "alto" \lyricsto "altoWords" \altoWords
>      \context Lyrics = "tenor" \lyricsto "tenorWords" \tenorWords
>      \context Lyrics = "bass" \lyricsto "bassWords" \bassWords
>    >>
> }
> 
> However, I cannot get the lyrics and midi to show.

In the paper block you should use the dot syntax: 
top-system-spacing.basic-distance = #10

In the score block the midi block is missing, so no midi...
use \midi {}

The lyricsto command is followed by a voice, you gave a lyrics:
use      \context Lyrics = "alto" \lyricsto "alto" \altoWords

hth



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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