lilypond-user
[Top][All Lists]
Advanced

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

Re: Rotated StaffGroup InstrumentName?


From: David Kastrup
Subject: Re: Rotated StaffGroup InstrumentName?
Date: Mon, 28 Jan 2019 15:53:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

"N. Andrew Walsh" <address@hidden> writes:

> Hi List,
>
> quick general question:
>
> if I have a StaffGroup, like this in my score:
> ----------------------------------
> \new StaffGroup = "Staff_soloists"
>     <<
>       \new Staff = "Staff_oboe_solo" <<
>           \global \exTwoOboeMusic
>         >>
>       \new Staff = "Staff_guitar_solo" <<
>         \global \exTwoGuitarMusic
>       >>
>       \new StaffGroup = "Staff_percussion_solo" \with {
>         systemStartDelimiter = #'SystemStartSquare
>         instrumentName = #"Perc. Solo"
>         shortInstrumentName = #"S.Prc."
>       }
>       <<
>         \new Staff = "percSoloOneUpper" <<
>           \global \exTwoPercSoloOneMusicUpper
>         >>
>         \new Staff = "percSoloOneLower" <<
>           \global \exTwoPercSoloOneMusicLower
>         >>
>       >>
>
>        \new Staff = "exTwoCbsSolo" <<
>           \global \exTwoBassSoloMusic
>         >>
>     >>

-*- mode: compilation; default-directory: "/tmp/" -*-
Compilation started at Mon Jan 28 15:52:40

lilypond /tmp/staffsolo.ly
GNU LilyPond 2.21.0
Processing `/tmp/staffsolo.ly'
Parsing...
/tmp/staffsolo.ly:5:11: error: unknown escaped string: `\global'
          
          \global \exTwoOboeMusic
/tmp/staffsolo.ly:5:11: error: string outside of text script or \lyricmode
          
          \global \exTwoOboeMusic
/tmp/staffsolo.ly:5:19: error: unknown escaped string: `\exTwoOboeMusic'
          \global 
                  \exTwoOboeMusic
/tmp/staffsolo.ly:5:19: error: string outside of text script or \lyricmode
          \global 
                  \exTwoOboeMusic
/tmp/staffsolo.ly:8:9: error: unknown escaped string: `\global'
        
        \global \exTwoGuitarMusic
/tmp/staffsolo.ly:8:9: error: string outside of text script or \lyricmode
        
        \global \exTwoGuitarMusic
/tmp/staffsolo.ly:8:17: error: unknown escaped string: `\exTwoGuitarMusic'
        \global 
                \exTwoGuitarMusic
/tmp/staffsolo.ly:8:17: error: string outside of text script or \lyricmode
        \global 
                \exTwoGuitarMusic
/tmp/staffsolo.ly:17:11: error: unknown escaped string: `\global'
          
          \global \exTwoPercSoloOneMusicUpper
/tmp/staffsolo.ly:17:11: error: string outside of text script or \lyricmode
          
          \global \exTwoPercSoloOneMusicUpper
/tmp/staffsolo.ly:17:19: error: unknown escaped string: 
`\exTwoPercSoloOneMusicUpper'
          \global 
                  \exTwoPercSoloOneMusicUpper
/tmp/staffsolo.ly:17:19: error: string outside of text script or \lyricmode
          \global 
                  \exTwoPercSoloOneMusicUpper
/tmp/staffsolo.ly:20:11: error: unknown escaped string: `\global'
          
          \global \exTwoPercSoloOneMusicLower
/tmp/staffsolo.ly:20:11: error: string outside of text script or \lyricmode
          
          \global \exTwoPercSoloOneMusicLower
/tmp/staffsolo.ly:20:19: error: unknown escaped string: 
`\exTwoPercSoloOneMusicLower'
          \global 
                  \exTwoPercSoloOneMusicLower
/tmp/staffsolo.ly:20:19: error: string outside of text script or \lyricmode
          \global 
                  \exTwoPercSoloOneMusicLower
/tmp/staffsolo.ly:25:11: error: unknown escaped string: `\global'
          
          \global \exTwoBassSoloMusic
/tmp/staffsolo.ly:25:11: error: string outside of text script or \lyricmode
          
          \global \exTwoBassSoloMusic
/tmp/staffsolo.ly:25:19: error: unknown escaped string: `\exTwoBassSoloMusic'
          \global 
                  \exTwoBassSoloMusic
/tmp/staffsolo.ly:25:19: error: string outside of text script or \lyricmode
          \global 
                  \exTwoBassSoloMusic
/tmp/staffsolo.ly:27:7: error: Unfinished main input
    >>
      
/tmp/staffsolo.ly:27:7: error: syntax error, unexpected end of input
    >>
      
/tmp/staffsolo.ly:1: warning: no \version statement found, please add

\version "2.21.0"

for future compatibility
fatal error: failed files: "/tmp/staffsolo.ly"

Compilation exited abnormally with code 1 at Mon Jan 28 15:52:41

Not really interested in creating a minimal working example from scratch
here.

-- 
David Kastrup



reply via email to

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