Difference between revisions of "Lilypond test"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
<div class="score">
 
<div class="score">
 +
 +
 +
<score vorbis>
 +
\score {
 +
  \new Staff <<
 +
    \new Voice \relative c''' {
 +
      \set midiInstrument = #"flute"
 +
      \voiceOne
 +
      \key g \major
 +
      \time 2/2
 +
      r2 g-"Flute" ~
 +
      g fis ~
 +
      fis4 g8 fis e2 ~
 +
      e4 d8 cis d2
 +
    }
 +
    \new Voice \relative c'' {
 +
      \set midiInstrument = #"clarinet"
 +
      \voiceTwo
 +
      b1-"Clarinet"
 +
      a2. b8 a
 +
      g2. fis8 e
 +
      fis2 r
 +
    }
 +
  >>
 +
  \layout { }
 +
  \midi {
 +
    \context {
 +
      \Staff
 +
      \remove "Staff_performer"
 +
    }
 +
    \context {
 +
      \Voice
 +
      \consists "Staff_performer"
 +
    }
 +
    \context {
 +
      \Score
 +
      tempoWholesPerMinute = #(ly:make-moment 72 2)
 +
    }
 +
  }
 +
}
 +
</score>
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 23:23, 9 June 2019

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


Unable to compile LilyPond input file:
Processing `.../file.ly'
Parsing...
.../file.ly:12:1: error: syntax error, unexpected \score, expecting \header

\score {
.../file.ly:51:25: error: syntax error, unexpected '}'
			
                        }
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
MIDI output to `file.midi'...
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








\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 "arabic.ly"
\relative do' {
  do re misb fa sol la sisd do sisb la sol fa misb re do
}



\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 {  }
}