column-lines not shifted right

2010-09-16 Thread 胡海鹏 - Hu Haipeng
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 \mark

Re: column-lines not shifted right

2010-09-16 Thread Phil Holmes
layer 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

Re:Re: column-lines not shifted right

2010-09-16 Thread 胡海鹏 - Hu Haipeng
Thanks Phil. > I believe that \paragraph isn't a standard part of LilyPond notation Yeah, it's not included in the default scm file. But I just want some word-wrapped lines and other kinds of formatted texts in case they have bad indentations and run off the page. This is very useful when I wri

Re: Re:Re: column-lines not shifted right

2010-09-16 Thread Phil Holmes
16, 2010 2:30 PM Subject: Re:Re: column-lines not shifted right Thanks Phil. > I believe that \paragraph isn't a standard part of LilyPond notation Yeah, it's not included in the default scm file. But I just want some word-wrapped lines and other kinds of formatted texts

Re:Re: Re:Re: column-lines not shifted right

2010-09-16 Thread 胡海鹏 - Hu Haipeng
The \paragraph is taken from the manual, but I don't know where it is now. #(define-markup-list-command (paragraph layout props args) (markup-list?) (let ((indent (chain-assoc-get 'par-indent props 2))) (interpret-markup-list layout props (make-justified-lines-markup-list (cons (make-hspace-

Re: Re:Re: Re:Re: column-lines not shifted right

2010-09-16 Thread Phil Holmes
code. -- Phil Holmes - Original Message - From: 胡海鹏 - Hu Haipeng To: Phil Holmes Cc: lilypond-user Sent: Thursday, September 16, 2010 2:59 PM Subject: Re:Re: Re:Re: column-lines not shifted right The \paragraph is taken from the manual, but I don't know where