Difference between revisions of "Lilypond test"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 34: Line 34:
  
  
<score raw vorbis="1">
+
<score raw vorbis>
\relative c'  \include "arabic.ly" {c4 c g g a a g2}
+
\include "arabic.ly"
 +
\language "italiano"
 +
\relative c' {
 +
  do re misb fa sol la sisb do sisb la sol fa misb re do
 +
}
 +
</score>
 +
 
 +
 
 +
 
 +
 
 +
 
  
</score>
 
 
</div>
 
</div>

Revision as of 22:08, 9 June 2019

железо не надо 2  м² . ™ ™

 \relative c' {  e8 c e c f e d4 g,8 g g a16 b c8 c c4 e8 c e c f e d4 g,8 g g a16 b c8 c c4 }



\include "gregorian.ly"
\score {
  <<
    \new VaticanaVoice = "cantus" {
      \[ c'\melisma c' \flexa a \]
      \[ a \flexa \deminutum g\melismaEnd \]
      f \divisioMinima
      \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
      c' \divisioMinima \break
      \[ c'\melisma c' \flexa a \]
      \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
    }
    \new Lyrics \lyricsto "cantus" {
      San- ctus, San- ctus, San- ctus
    }
  >>
  \layout { }
  \midi {  }
}


Unable to compile LilyPond input file:
Processing `.../file.ly'
Parsing...
.../file.ly:4:13: error: wrong type for argument 2.  Expecting music, found "c"
\relative c'
             {
.../file.ly:4:12: error: syntax error, unexpected '\''
\relative c
           ' {
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `file.ps'...
Converting to PNG...
fatal error: failed files: ".../file.ly"

exited with status: 1