lilypond-user
[Top][All Lists]
Advanced

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

Re: Orchestral group


From: Mario Moles
Subject: Re: Orchestral group
Date: Wed, 06 Mar 2013 23:41:26 +0100
User-agent: KMail/4.9.5 (Linux/3.6.11-nrjQL-realtime-69rosa; KDE/4.9.5; x86_64; ; )

Yessssss!

Thank you all!
You're great!
That's what I was looking for!
Thank you! Thank you! Thank you! Thank you! (Y):-)

In data mercoledì 6 marzo 2013 23:33:11, Pierre Perol-Schneider ha scritto:

Here's the final code :


%%\version "2.17.11"%%


LargeBraket = \markup { \magnify #1.8 { \line { \concat { \rotate#90 { "⎞" 

"⎟" "⎟" "⎟" % to be completed/deleted for larger/smaller bracket

" " \raise#0.88"⎝" "  " \raise#0.88"⎛" 

"⎟" "⎟" "⎟" % to be completed/deleted for larger/smaller bracket

"⎠"   } } } } }


music = { 

\time 3/4 

\key c \minor 

s2.

}


\paper { 

indent = 40

}


\score { 

<<

\new ChoirStaff  <<

\set ChoirStaff.systemStartDelimiter = #'SystemStartSquare

\override ChoirStaff.SystemStartSquare#'stencil = ##f

\set ChoirStaff.instrumentName = \markup { { \rotate #90 

{ \center-column 

{  "Orchestra I" \LargeBraket } } } 

{ "                          " } }

\new StaffGroup <<

\override StaffGroup.SystemStartBracket #'collapse-height = #1

\override Score.SystemStartBar #'collapse-height = #1

\new Staff = "Oboe" {

\set Staff.systemStartDelimiter = #'SystemStartBrace

\set Staff.instrumentName = #"Oboe"

\music

}

>>

\new StaffGroup <<

\new GrandStaff <<

\new Staff = "vnI" {

\set Staff.instrumentName = #"Violino I"

\music

}

   

\new Staff = "vnII" {

\set Staff.instrumentName = #"Violino II"

\music

}

>>

\new Staff = "va" {

\set Staff.instrumentName = #"Viola"

\clef "alto"

\music

}

>>

>>

\new ChoirStaff <<

\new Staff = "Sop" {

\set Staff.instrumentName = #"Soprano"

\music

}

   

\new Staff = "Unknown" {

\music

}

>>

>>

\layout { }

}




--

oiram/bin/selom

Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.

MIB-kernellinux-tester

Linux

MIB Lilypond Frescobaldi Rosegarden


reply via email to

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