Test: Diferență între versiuni

De la Ro JW United
Jump to navigation Jump to search
Linia 2: Linia 2:
 
c4 g8 g a4 g r b^> c^> r \bar "|." }  
 
c4 g8 g a4 g r b^> c^> r \bar "|." }  
 
\addlyrics { Shave and a hair -- cut: two bits. }</score>
 
\addlyrics { Shave and a hair -- cut: two bits. }</score>
 +
 +
<score sound=1>\score {
 +
  \new ChoirStaff <<
 +
    \new Staff {
 +
      \new Voice {
 +
        \relative { g'4\f g g g }
 +
      }
 +
    }
 +
    \new Staff {
 +
      \new Voice {
 +
        \relative { d'4 d d\p d }
 +
      }
 +
    }
 +
  >>
 +
  \layout {
 +
    \context {
 +
      \Score
 +
      \override DynamicText.direction = #UP
 +
      \override DynamicLineSpanner.direction = #UP
 +
    }
 +
  }
 +
}
 +
</score>

Versiunea de la data 16 mai 2020 12:41

\relative c'' { \time 4/4 \key c \major 
c4 g8 g a4 g r b^> c^> r \bar "|." } 
\addlyrics { Shave and a hair -- cut: two bits. }
Unable to compile LilyPond input file:
Processing `.../file.ly'
Parsing...
.../file.ly:10:22: error: Missing music in \score
\language "nederlands
                     "
.../file.ly:12:9: error: syntax error, unexpected \score, expecting '}'
	
        \score {
.../file.ly:24:3: error: syntax error, unexpected >>
  
  >>
.../file.ly:28:42: error: GUILE signaled an error for the expression beginning here
      \override DynamicText.direction = #
                                         UP
.../file.ly:29:49: error: GUILE signaled an error for the expression beginning here
      \override DynamicLineSpanner.direction = #
                                                UP
.../file.ly:32:1: error: syntax error, unexpected '}'

}
.../file.ly:37:1: error: syntax error, unexpected '}'

}
Unbound variable: UP
Unbound variable: UP
fatal error: failed files: ".../file.ly"

exited with status: 1