Hello,

I'm a french new user of Denemo.
In Kubuntu 14.04.5 I try to import a lilypond (ver 2.14.0) file created
with Rosegarden 16.02 in Denemo 1.1.0.
I'm getting an empty score.

Regards

Yann
%% Fichier LilyPond généré par Denemo version 1.1.0

%%http://www.gnu.org/software/denemo/

\version "2.16"

AutoBarline = {}
AutoEndMovementBarline = \bar "|."

% The music follows

MvmntIVoiceI = {
         s1*4/4 }





%Default Score Layout

\header {
tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))}

}
\paper {

}
#(set-default-paper-size "a4")
#(set-global-staff-size 18)

\score { %Start of Movement
 <<

%Start of Staff
\new Staff = "Sans nom"  << 
 \new Voice = "VoiceIMvmntI"  { 
  \clef treble 
{ \key c \major}
{ \time 4/4 }
 \MvmntIVoiceI                } %End of voice
                
>>
%End of Staff

>>

} %End of Movement



% This LilyPond file was generated by Rosegarden 16.02
\include "english.ly"
\version "2.14.0"
\header {
    copyright =  \markup { "Copyright "\char ##x00A9" Yann Leho" }
    dedication = "test 1"
    subtitle = "pas encore de sous-titre"
    title = "rosegarden vers lilypond 2.14 "
    tagline = "Created using Rosegarden 16.02 and LilyPond"

}
#(set-global-staff-size 32)
#(set-default-paper-size "a4")
global = {
    \time 4/4
    \skip 1*7 \skip 64 \skip 64
}
globalTempo = {
    \override Score.MetronomeMark #'transparent = ##t
    \tempo 4 = 108
}
\score {
    << % common

        % Force offset of colliding notes in chords:
        \override Score.NoteColumn #'force-hshift = #1.0
        % Allow fingerings inside the staff (configured from export options):
        \override Score.Fingering #'staff-padding = #'()

        \context Staff = "track 1" <<
            \set Staff.midiInstrument = "Honky-tonk Piano"
            \set Score.skipBars = ##t
            \set Staff.printKeyCancellation = ##f
            \new Voice \global
            \new Voice \globalTempo
            \set Staff.autoBeaming = ##f % turns off all autobeaming

            \context Voice = "voice 1" {
                % Segment: Honky-tonk Piano
                \override Voice.TextScript #'padding = #2.0
                \override MultiMeasureRest #'expand-limit = 1


                \clef "treble"
                \key c \major
                < a > 4 < b b > < c' c' > -\tenuto < b b > 8 -\tenuto < a a > -\tenuto  |
%% 5
                < d' d' > 2 < e' e' > 4 < f' f' >  |
                < e' e' > 4 < d' d' > 8 < e' e' > < f' f' > 4 -\tenuto < c' c' > -\tenuto  |
                < d' d' > 2 < b b > 4 < c' c' > 8 < d' d' > -\tenuto  |
                < c' c' > 4 < d' d' > < e' e' > 2 -\tenuto  |
                < d' d' > 4 < e' e' > 8 [ < d' d' > ] < c' c' > 4 -\tenuto < b b >  |
%% 10
                < a > 2\downprall
                \bar "|."
            } % Voice
        >> % Staff (final) ends

    >> % notes

    \layout {
        \context { \Staff \RemoveEmptyStaves }
        \context { \GrandStaff \accepts "Lyrics" }
    }
%     uncomment to enable generating midi file from the lilypond source
%         \midi {
%         }
} % score
_______________________________________________
Denemo-devel mailing list
Denemo-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to