lilypond-user
[Top][All Lists]
Advanced

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

Re: column-lines not shifted right


From: Phil Holmes
Subject: Re: column-lines not shifted right
Date: Thu, 16 Sep 2010 11:09:11 +0100

I believe that \paragraph isn't a standard part of LilyPond notation - in the snippet http://lsr.dsi.unimi.it/LSR/Snippet?id=586 it's defined at the top.  It's probably easier to avoid using it. I can get good looking text using the following:
 
  \markup {
  \left-column {
   \vspace #1
   \line { "Notes to Percussionists" }
    \vspace #1
    \line { "The percussion section in this piece requires 5 players. They are arranged as follows:" }
    \vspace #1
    "      Player I: triangle, aall cymbals and bell tree. Switches to tambourine at rehearsal 14; "
    "      Player II: tambourine, switches to tom-toms from rehearsal 12 on;"
    "      Player III: snare drum;"
    "      Player IV: bass drum;"
    "      Player V: glockenspiel."
    }
  }
Please note there is a spelling error for Player 1: you have aall, it should be all.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Thursday, September 16, 2010 9:30 AM
Subject: column-lines not shifted right

Hello,
  I am editing the back of the title page, where are some notes to perc players. In the following block, I used hspace, but a sighted person told me that the 5 lines are not shifted right. I then used 6 spaces before every P, but the problem persists. How can I do?
Regards
Haipeng
  \markuplines { \vspace #1 \fill-line { "Notes to Percussionists" } \vspace #3
    \paragraph {
       The percussion section in this piece requires 5 players. They are arranged as follows:
    }
    \vspace #1 \hspace #4
    \column-lines {
    "      Player I: triangle, aall cymbals and bell tree. Switches to tambourine at rehearsal 14;"
    "      Player II: tambourine, switches to tom-toms from rehearsal 12 on;"
    "      Player III: snare drum;"
    "      Player IV: bass drum;"
    "      Player V: glockenspiel."
    }
  }





全国最低价,天天在家冲照片,24小时发货上门!


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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