Abraham,

 

Thank you for your response. The file is attached.

 

Mark

 

From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
tisimst
Sent: Friday, October 09, 2015 4:45 PM
To: lilypond-user@gnu.org
Subject: Re: error message

 

Mind sharing the source (file) that is being used when you get this error?

 

Thanks,

Abraham

On Friday, October 9, 2015, Mark Stephen Mrotek [via Lilypond] <[hidden
email]> wrote:

Hello,

 

Using Lilypond2.18.0, Frescobaldi 2.18.1.

When clicking the Lilypond icon in Frescobaldi the following appears:

 

Starting lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]...Aborting
lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]...

Exited with return code 62097.

 

Please provide advice.

Thank you for your kind attention.

 

Mark Stephen Mrotek


_______________________________________________ 
lilypond-user mailing list 
[hidden email] <http://user/SendEmail.jtp?type=node&node=182215&i=0>  
https://lists.gnu.org/mailman/listinfo/lilypond-user



  _____  

If you reply to this email, your message will be added to the discussion
below:

http://lilypond.1069038.n5.nabble.com/error-message-tp182215.html 

To start a new topic under User, email <a
href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#39;ml-node%2bs1069038n...@n5.nab
ble.com&#39;);" target="_blank">ml-node+s1069038n3h2@... 
To unsubscribe from Lilypond, click here.
 
<http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_
viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.Bas
icNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.templat
e.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant
_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> NAML


 

  _____  

View this message in context: Re: error message
<http://lilypond.1069038.n5.nabble.com/error-message-tp182215p182216.html> 
Sent from the User mailing list archive
<http://lilypond.1069038.n5.nabble.com/User-f3.html>  at Nabble.com.

\version "2.18.0"

\header {
  title = "Nocturne 5"
  composer = "J. Leybach"
  opus = "Op. 52 No. 5"
}

\score {
  \new PianoStaff <<
    \new Staff = "upper"
    \relative c'' {
      \clef treble
      \key aes \major
      \time 6/8
      
      r4 <des^2 g-5>8\p-. q-. <des f>-. <des ees>-. |
      \tieDown
      <des~ f>4. (<des ees>4-.) r8 |
      r4 <ees bes'>8-.\p <ees bes'>-. <ees aes>-. <ees g>-. |
      <ees~ aes>4. (< ees g>4-.) r8 |
      
      %5
      
      r4 <f aes des>8\p q <g^2 c-5> <f^1 bes-4> |
      <ees^2 aes-5> <des^1 g-4> <c^1 f-3>
      <bes^2 ees-4> <b^1 d-3> <bes^2 ees-4> |
      <ces^1 fes-5>4. (<bes ees>4-.) r8 |
      <bes^2 des-4>4. (<aes c>4-.) r8 |
      <aes^2 ces-4>4. (<g bes>4-.) r8 |
      ees\f^^^.-2 ees'^^^.-2 ees'^^^.-2
      \ottava 1
      f'16 ees des bes g ees-4 |
      \ottava 0
      des bes g ees-4 des bes
      g_\markup {\italic "diminuendo    e     ritardando"}
      ees-2 d ees f ees |
      d ees f ees d ees f-1 g aes a-1 bes-2 b-1 \bar "||"
      c4.\p (ees4 f8 | ees4.~) ees4 ees8-3 |
      f4.-1 (aes4 bes8 \appoggiatura {c,8} c'4.~) c4 <c, c'>8 |
  
      
    }
    
    \new Staff = "lower"
    \relative c {
      \clef bass
      \key aes \major
      \time 6/8
      
      <ees,, ees'>4_^-.^\f \clef treble
      <ees''' bes'>8-. << { bes'-. aes-. g-. |
                        aes4. (g4-.) } \\
                      { ees4.~ | ees~ ees4 } >> r8 \clef bass |
      <ees,,, ees'>4_^-.^\f \clef treble
      <ees''' des'>8-. << { des'-. c-. bes-. | c4. (bes4) } \\
                       { ees,4.~ | ees~ ees4 } >> r8 \clef bass |
      
      %5
      
      <ees,,, ees'>4_^-.^\f \clef treble
      << { r8 r ees'''' des | c bes aes g aes g | aes4. (g4) } \\
         { ees8 ees4.~ | ees2.~ | ees4.~ ees4 } >> r8 \clef bass |
      e4. (f4) r8 | d4. (ees4) r8 |
      <ees,, ees'>4_^-. r8 <g' bes des ees g>4^^^.\arpeggio r8 |
      R2. | R | aes,16 ees'^3 aes^2 c ees^4 aes c8^. r r |
      
  
    }
    
    \new Dynamics {
     
     s8 s8\sustainOn s2 | s4. s4 s8\sustainOff |
     s8 s8\sustainOn s2 | s4. s4 s8\sustainOff |
     s8 s8\sustainOn s2 | s4. s4 s16 s16\sustainOff |
     s2. | s | s |
     s8 s8\sustainOn s2 | s4. s4.\sustainOff |
    }
    
  >>
  
  \layout {
    indent = #0
  }
  
  }
    

  
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to