lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 227, Issue 27


From: Виноградов Юрий
Subject: Re: lilypond-user Digest, Vol 227, Issue 27
Date: Wed, 06 Oct 2021 20:19:31 +0300

Hello. Very necessary!  Tell me if it is possible to find video lessons on Session in Frescobaldi. I can't figure out how to work in them and use them in any way.
 
 
С уважением,
Виноградов Юрий.
 
 
 
06.10.2021, 19:23, "lilypond-user-request@gnu.org" <lilypond-user-request@gnu.org>:

Send lilypond-user mailing list submissions to
        lilypond-user@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.gnu.org/mailman/listinfo/lilypond-user
or, via email, send a message with subject or body 'help' to
        lilypond-user-request@gnu.org

You can reach the person managing the list at
        lilypond-user-owner@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lilypond-user digest..."


Today's Topics:

   1. Re: Creating book of separate pieces (Leo Correia de Verdier)


----------------------------------------------------------------------

Message: 1
Date: Wed, 6 Oct 2021 15:30:59 +0200
From: Leo Correia de Verdier <leo.correia.de.verdier@gmail.com>
To: Jogchum Reitsma <j.reitsma@hccnet.nl>
Cc: lilypond-user <lilypond-user@gnu.org>
Subject: Re: Creating book of separate pieces
Message-ID: <874B5AA8-1EAF-46D1-B00C-BD83712B2DDF@gmail.com" rel="noopener noreferrer">874B5AA8-1EAF-46D1-B00C-BD83712B2DDF@gmail.com>
Content-Type: text/plain; charset=utf-8

If you for some reason want to avoid bookparts, what you’re looking for could be print-all-headers, like:

\version "2.22.1"
\paper {
  print-all-headers = ##t
  ragged-right = ##f
  markup-system-spacing.stretchability = #2
}
\score {
  \header { title = "song" composer = "me"}
  c'1
}
\pageBreak
\score {
  \header { title = "other song" composer = "someone else"}
  f'1
}
\pageBreak
\score {
  \header { title = "third song" composer = "yet another"}
  a''1
}
 

 6 okt. 2021 kl. 15:02 skrev Leo Correia de Verdier <leo.correia.de.verdier@gmail.com>:
 
 I would use bookpart, like this:
 
 %%%%%%%%%%%%%%%
 \version "2.22.1"
 \paper { ragged-right = ##f }
 \bookpart {
 \header {
  title = "song"
  composer = "me"
 }
 \score {c'1}
 }
 \bookpart {
 \header {
  title = "other song"
  composer = "someone else"
 }
 \score {f'1}
 }
 \bookpart {
 \header {
  title = "third song"
  composer = "yet another"
 }
 \score {a''1}
 }
 %%%%%%%%%%%%%%%%%%
 
 What are the errors you’re getting?
 
 6 okt. 2021 kl. 07:23 skrev Jogchum Reitsma <j.reitsma@hccnet.nl>:
 
 Hi,
 
 I want to create a songbook of different songs, from various composers.Eacht piece should begin at a new page, with an own, compete, header
 
 I've looked at a number of places in the doc's, e.g. http://lilypond.org/doc/v2.22/Documentation/notation/multiple-scores-in-a-book, bu no luck so far, especially with the header.
 
 Ikf I put the headers before eacht score, I only get the first header.
 
 If I punt the headers inside the score block, no header is printet.
 
 Using \bookpart gives only errors...
 
 I'm on 2.19 opensuse Tumbleweed., and use frescobladi to create the individual scores.
 
 Anyone knows how to do this?
 
 regards, Jogchum
 
 
 





------------------------------

Subject: Digest Footer

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


------------------------------

End of lilypond-user Digest, Vol 227, Issue 27
**********************************************


reply via email to

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