Difference between revisions of "Lilypond test"
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