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 ----- 
  From: 胡海鹏 - Hu Haipeng 
  To: lilypond-user 
  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
  lilypond-user@gnu.org
  http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to