Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-24 Thread Jan-Peter Voigt
Hello,

yesterday I wrote about your variables, using the melody for lyrics,
for example \sopranoVoiceI instead of \verseSopranoVoiceI

\partial and rests in a Lyrics context lead to unexpectable(?) behaviour.
I came on something else, which does not affect your file, but I just
want to note it here for reference:

If you put \partial inside a repeat and then unfold the repeats
--snip--

\version "2.18.0"

music = \repeat volta 2 { \partial 4 r4 | R1 | r2 r4 }

\score {
\unfoldRepeats \music
}
--snip--

It will at least lead to a warning about a partial beyond the beginning
of the music.

HTH

Cheers, Jan-Peter


On 23.01.2014 02:45, MING TSANG wrote:
>
> but when I added rehearsal midi generation, I got warning bar-check error.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-23 Thread Jan-Peter Voigt
Hi MING TSANG,

I think, there is just a typo. You give \sopranoVoiceI as last argument
lyrics to the rehaersalMidi function. But that is the melody.
\verseSopranoVoiceI are the lyrics.
I changed that and the barcheck erros disappeared.

HTH
Jan-Peter

On 23.01.2014 16:08, MING TSANG wrote:
> 1- I now put spaces to the .ly code
> 2- my original score has 129 measures; I thought cut it down to 24
> will show the warning barcheck error -- now I cut it down to 13
> 3-  I updated S1*0\f  with <>\f and I still have the same barcheck
> warning.
>
> Here is the updated test-midi.ly


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-23 Thread MING TSANG
1- I now put spaces to the .ly code
2- my original score has 129 measures; I thought cut it down to 24 will show 
the warning barcheck error -- now I cut it down to 13
3-  I updated S1*0\f  with <>\f and I still have the same barcheck warning.

Here is the updated test-midi.ly
Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
Parsing...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:27:7: warning: barcheck 
failed at: 7/8
r4 
R1*6 %m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Soprano Solo"r4 g'8 a'8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:45: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Soprano Solo"r4 g'8 a'8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:29:27: warning: barcheck 
failed at: 5/6
b'4. d'8~ d'4 b'8( a'8) 
| a'2 r4 a'8 b'8 |%m11-12
MIDI output to `test-midi-sopranoVoiceI.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:43:8: warning: barcheck 
failed at: 7/8
r4 
R1*6 |%m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:42: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:18: warning: barcheck 
failed at: 2/3
b4. b8~ b4 d'4 
| d'2 r4 c'8 b8 |%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:34: warning: barcheck 
failed at: 7/8
b4. b8~ b4 d'4 | d'2 r4 c'8 b8 
|%m11-12
MIDI output to `test-midi-tenorVoiceI.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:27:7: warning: barcheck 
failed at: 7/8
r4 
R1*6 %m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Soprano Solo"r4 g'8 a'8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:45: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Soprano Solo"r4 g'8 a'8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:29:27: warning: barcheck 
failed at: 5/6
b'4. d'8~ d'4 b'8( a'8) 
| a'2 r4 a'8 b'8 |%m11-12
MIDI output to `test-midi-sopranoVoiceII.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:43:8: warning: barcheck 
failed at: 7/8
r4 
R1*6 |%m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:42: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:18: warning: barcheck 
failed at: 2/3
b4. b8~ b4 d'4 
| d'2 r4 c'8 b8 |%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:34: warning: barcheck 
failed at: 7/8
b4. b8~ b4 d'4 | d'2 r4 c'8 b8 
|%m11-12
MIDI output to `test-midi-tenorVoiceII.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:43:8: warning: barcheck 
failed at: 7/8
r4 
R1*6 |%m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:44:42: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Tenor Solo" r4 g8 a8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:18: warning: barcheck 
failed at: 2/3
b4. b8~ b4 d'4 
| d'2 r4 c'8 b8 |%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:45:34: warning: barcheck 
failed at: 7/8
b4. b8~ b4 d'4 | d'2 r4 c'8 b8 
|%m11-12
MIDI output to `test-midi-bassVoice.mid'...
Interpreting music...[8][16][16]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `test-midi.mid'...
Finding the ideal number of pages...
Fitting music on 2 or 3 pages...
Drawing systems...
Layout output to `test-midi.ps'...
Converting to `./test-midi.pdf'...
Success: compilation successfully completed
Completed successfully in 4.7".



On Thursday, January 23, 2014 4:47:10 AM, Phil Holmes  
wrote:
 
- Original Message - 

From: "David Kastrup" 
To: "MING TSANG" 
Cc: "lilypond-user mailinglist" 
Sent: Thursday, January 23, 2014 2:15 AM
Subject: Re: bar-check warning when generating rehearsal midi soprano, 
alto,tenor etc


> MING TSANG  writes:
>
>> When compile the .ly there is no warning or error in the log file:
>> Starting lilypond-windo

Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-23 Thread Phil Holmes
- Original Message - 
From: "David Kastrup" 

To: "MING TSANG" 
Cc: "lilypond-user mailinglist" 
Sent: Thursday, January 23, 2014 2:15 AM
Subject: Re: bar-check warning when generating rehearsal midi soprano, 
alto,tenor etc




MING TSANG  writes:


When compile the .ly there is no warning or error in the log file:
Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
Parsing...
Interpreting music...[8][16][24][32]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `test-midi.mid'...
Finding the ideal number of pages...
Fitting music on 3 or 4 pages...
Drawing systems...
Layout output to `test-midi.ps'...
Converting to `./test-midi.pdf'...
Success: compilation successfully completed
Completed successfully in 7.4".

but when I added rehearsal midi generation, I got warning bar-check 
error.

The rehearsal midi is adopted (generated) from Frescobaldi v2.0.13:
Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...


If you replace all occurences of s1*0 with <> the problem might go away.
And one cannot help but notice that you don't seem fond of the space
bar.


I get a further warning:

D:/Music/LilyPondDev/BugSquad/test-midi.ly:19:3: warning: trying to use 
\partial after the start of a piece


 \partial 4

So my guess is that it's not picking up the \partial command at the right 
time, and thus r4 R1*6 is a bar check error.


--
Phil Holmes 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-22 Thread David Kastrup
MING TSANG  writes:

> When compile the .ly there is no warning or error in the log file:
> Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
> Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
> Parsing...
> Interpreting music...[8][16][24][32]
> Preprocessing graphical objects...
> Interpreting music...
> MIDI output to `test-midi.mid'...
> Finding the ideal number of pages...
> Fitting music on 3 or 4 pages...
> Drawing systems...
> Layout output to `test-midi.ps'...
> Converting to `./test-midi.pdf'...
> Success: compilation successfully completed
> Completed successfully in 7.4".
>
> but when I added rehearsal midi generation, I got warning bar-check error.
> The rehearsal midi is adopted (generated) from Frescobaldi v2.0.13:
> Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...

If you replace all occurences of s1*0 with <> the problem might go away.
And one cannot help but notice that you don't seem fond of the space
bar.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-22 Thread Alex Loomis
Could you try to make a minimal (not) working example?


On Wed, Jan 22, 2014 at 8:45 PM, MING TSANG  wrote:

> When compile the .ly there is no warning or error in the log file:
> Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
> Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
> Parsing...
> Interpreting music...[8][16][24][32]
> Preprocessing graphical objects...
> Interpreting music...
> MIDI output to `test-midi.mid'...
> Finding the ideal number of pages...
> Fitting music on 3 or 4 pages...
> Drawing systems...
> Layout output to `test-midi.ps'...
> Converting to `./test-midi.pdf'...
> Success: compilation successfully completed
>  Completed successfully in 7.4".
>
> but when I added rehearsal midi generation, I got warning bar-check error.
> The rehearsal midi is adopted (generated) from Frescobaldi v2.0.13:
> Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
> Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
> Parsing...
> Interpreting music...
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:27:7:
> warning: barcheck failed at: 7/8
>  r4
> R1*6 %m00-06
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:3:
> warning: barcheck failed at: 3/8
>  R1*3 r2^\markup"Soprano Solo"r4 g'8a'8 |%m07-10
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:44:
> warning: barcheck failed at: 7/8
>  R1*3 r2^\markup"Soprano Solo"r4 g'8a'8
>  |%m07-10
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:29:23:
> warning: barcheck failed at: 5/6
>  b'4.d'8~d'4b'8(a'8)
> | a'2r4a'8b'8 |%m11-12
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:31:16:
> warning: barcheck failed at: 7/8
>  g'2r4g'8fs'8
> |%m14
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:34:19:
> warning: barcheck failed at: 2/3
>  c''4.b'8~b'4g'4
> |%m17
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:35:17:
> warning: barcheck failed at: 7/8
>  a'2 r4 g'8a'8
> |%m18
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:37:17:
> warning: barcheck failed at: 3/4
>  a'2 r4 a'8b'8
> |%m20
> MIDI output to `test-midi-sopranoVoiceI.mid'...
> Interpreting music...
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:63:8:
> warning: barcheck failed at: 7/8
>  r4
> R1*6 |%m00-06
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:64:3:
> warning: barcheck failed at: 3/8
>  R1*3 r2^\markup"Tenor Solo"r4g8a8 |%m07-10
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:64:39:
> warning: barcheck failed at: 7/8
>  R1*3 r2^\markup"Tenor Solo"r4g8a8
> |%m07-10
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:65:15:
> warning: barcheck failed at: 2/3
>  b4.b8~b4d'4
> | d'2r4c'8b8 |%m11-12
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:65:28:
> warning: barcheck failed at: 7/8
>  b4.b8~b4d'4 | d'2r4c'8b8
> |%m11-12
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:67:12:
> warning: barcheck failed at: 3/4
>  b2r4b8a8
> |%m14
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:70:15:
> warning: barcheck failed at: 1/2
>  a4.b8~b4c'4
> |%m17
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:71:13:
> warning: barcheck failed at: 3/4
>  d'2r4g8a8
> |%m18
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:72:15:
> warning: barcheck failed at: 5/8
>  b4.b8~b4d'4
> |%m19
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:73:14:
> warning: barcheck failed at: 1/4
>  d'2r4c'8b8
> |%m20
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:74:28:
> warning: barcheck failed at: 3/8
>  a4.a8\tuplet3/2{a4b4c'4}
> |%m21
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:75:12:
> warning: barcheck failed at: 3/4
>  b2r4b8a8
> |%m22
> MIDI output to `test-midi-tenorVoiceI.mid'...
> Interpreting music...
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:326:5:
> warning: cannot find Voice `sopranoVoiceII'
>   \rehearsalMidi "sopranoVoiceII" "soprano sax" \sopranoVoiceII
> MIDI output to `test-midi-sopranoVoiceII.mid'...
> Interpreting music...
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:112:8:
> warning: barcheck failed at: 7/8
>  r4
> R1*6 |%m00-06
> MIDI output to `test-midi-tenorVoiceII.mid'...
> Interpreting music...
> C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.

bar-check warning when generating rehearsal midi soprano, alto, tenor etc

2014-01-22 Thread MING TSANG
When compile the .ly there is no warning or error in the log file:
Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
Parsing...
Interpreting music...[8][16][24][32]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `test-midi.mid'...
Finding the ideal number of pages...
Fitting music on 3 or 4 pages...
Drawing systems...
Layout output to `test-midi.ps'...
Converting to `./test-midi.pdf'...
Success: compilation successfully completed
Completed successfully in 7.4".

but when I added rehearsal midi generation, I got warning bar-check error.
The rehearsal midi is adopted (generated) from Frescobaldi v2.0.13:
Starting lilypond-windows.exe 2.19.0 [test-midi.ly]...
Processing `C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly'
Parsing...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:27:7: warning: barcheck 
failed at: 7/8
r4 
R1*6 %m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Soprano Solo"r4 g'8a'8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:28:44: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Soprano Solo"r4 g'8a'8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:29:23: warning: barcheck 
failed at: 5/6
b'4.d'8~d'4b'8(a'8) 
| a'2r4a'8b'8 |%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:31:16: warning: barcheck 
failed at: 7/8
g'2r4g'8fs'8 
|%m14
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:34:19: warning: barcheck 
failed at: 2/3
c''4.b'8~b'4g'4 
|%m17
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:35:17: warning: barcheck 
failed at: 7/8
a'2 r4 g'8a'8 
|%m18
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:37:17: warning: barcheck 
failed at: 3/4
a'2 r4 a'8b'8 
|%m20
MIDI output to `test-midi-sopranoVoiceI.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:63:8: warning: barcheck 
failed at: 7/8
r4 
R1*6 |%m00-06
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:64:3: warning: barcheck 
failed at: 3/8
R1*3   r2^\markup"Tenor Solo"r4g8a8 |%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:64:39: warning: barcheck 
failed at: 7/8
R1*3   r2^\markup"Tenor Solo"r4g8a8 
|%m07-10 
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:65:15: warning: barcheck 
failed at: 2/3
b4.b8~b4d'4 
| d'2r4c'8b8 |%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:65:28: warning: barcheck 
failed at: 7/8
b4.b8~b4d'4 | d'2r4c'8b8 
|%m11-12
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:67:12: warning: barcheck 
failed at: 3/4
b2r4b8a8 
|%m14
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:70:15: warning: barcheck 
failed at: 1/2
a4.b8~b4c'4 
|%m17
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:71:13: warning: barcheck 
failed at: 3/4
d'2r4g8a8 
|%m18
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:72:15: warning: barcheck 
failed at: 5/8
b4.b8~b4d'4 
|%m19
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:73:14: warning: barcheck 
failed at: 1/4
d'2r4c'8b8 
|%m20
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:74:28: warning: barcheck 
failed at: 3/8
a4.a8\tuplet3/2{a4b4c'4} 
|%m21
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:75:12: warning: barcheck 
failed at: 3/4
b2r4b8a8 
|%m22
MIDI output to `test-midi-tenorVoiceI.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:326:5: warning: cannot find 
Voice `sopranoVoiceII'
\rehearsalMidi "sopranoVoiceII" "soprano sax" \sopranoVoiceII
MIDI output to `test-midi-sopranoVoiceII.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:112:8: warning: barcheck 
failed at: 7/8
r4 
R1*6 |%m00-06
MIDI output to `test-midi-tenorVoiceII.mid'...
Interpreting music...
C:/Users/Tsang/Dropbox/CHOIR/the-rock/test-midi.ly:342:5: warning: cannot find 
Voice `bassVoice'
\rehearsalMidi "bassVoice" "soprano sax" \bassVoice
MIDI output to `test-midi-bassVoice.mid'...
Interpreting music...[8][16][24][32]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `test-midi.mid'...
Finding the ideal number of pages...
Fitting music on 3 or 4 pages...
Drawing systems...
Layout output to `test-midi.ps'...
Converting to `./test-midi.pdf'...
Success: compilation successfully completed
Completed successfully in 7.8".\version "2.19.0"
\language "english"


\header {
  % Remove default LilyPond tagline
  title = "The Rock"
  tagline = ##f
}
#(set-global-staff-size 19.0)
\paper {
  #(set-paper-size "letter")
}

 
global = {
  \key g \major
  \time 4/4
  \partial 4
  \tempo "Allegretto risoluto" 4=116
}

%soprano Solo
sopranoVoiceI =  {
  \global
  \dynamicUp
  r4  R1*6 %m00-06
  R1*3   r2^\markup"Soprano Solo"r4 g'8a'8 |%m07-10 
  b'4.d'8~d'4b'8(a'8) | a'2r4a'8b'8 |%m11-12
  c''4.c''8\tuplet 3/2{c''4b'4a'4} |%m13
  g'2r4g'8fs'8 |%m14
  e'4.e'8~e'8d'8e'8c'8 |%m15
  d'4a'8g'8~g'4a'8b'8 |%m16
  c''4.b'8~b'4g'4 |%m17
  a'2 r4 g'8a'8 |%m18
  b