lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MIDI export: \partial measure and volta repeats


From: Francisco Vila
Subject: Re: MIDI export: \partial measure and volta repeats
Date: Thu, 18 Jun 2009 09:09:18 +0200

2009/6/18 Federico Bruni <address@hidden>:
> Unfortunately, I can't make it working: it says that \tag... is unexpected
> string.

> \include "english.ly"
> \include "tablature.ly"

We have not this file.

>        \tag #'partial  { \partial 4  e'8  fis' }
>        \tag #'rests  { s2. e'8 fis' }

fis is not english

>                          { < g,-2  b-1  d  g >2  \deadNote < g  b  d  g >4

\deadnote is unknown


> \score { \keepWithTag  #'partial  {
>  <<
>     \new Staff = "guitar" <<
>         \context Voice = "upper guitar" { \clef "G_8" \voiceOne \upper }
>          \context Voice = "lower guitar" { \clef "G_8" \voiceTwo \lower } >>
>     \new TabStaff = "tab" <<
>       \context TabVoice = "upper tab" { \clef "moderntab" \voiceOne \upper }
>       \context TabVoice = "lower tab" { \clef "moderntab" \voiceTwo \lower }

moderntab is an unknown clef name

>>>
>  >>

Please close the keepwithtag partial block here with '}'

> \score {
>        \keepWithTag  #'rests  {
>        \unfoldRepeats  <<
>        \new Staff = "guitar" <<
>         \context Voice = "upper guitar" { \clef "G_8" \voiceOne \upper }
>          \context Voice = "lower guitar" { \clef "G_8" \voiceTwo \lower } >>
>        }

Here you are closing a block without having closed the '<<' with matching '>>'

I cannot see any errors related to tags.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]