lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: problème avec les titres !


From: Christophe Pochon
Subject: Re: problème avec les titres !
Date: Fri, 14 Jan 2011 07:21:01 +0100

En tout cas ici, en 2.13.35 sous Ubuntu 10.10 ça fonctionne parfaitement.

A+

Christophe Pochon
http://www.christophe-pochon.com




Le 14 janvier 2011 00:45, Jean-Jacques Gerbaud <address@hidden> a écrit :
> \include "lilypond-book-preamble.ly"
>
>
> % ****************************************************************
> % Start cut-&-pastable-section
> % ****************************************************************
>
>
>
> \paper {
>  #(define dump-extents #t)
>
>  indent = 0\mm
>  line-width = 11.0\cm
>  force-assignment = #""
>  line-width = #(- line-width (* mm  3.000000))
> }
>
> \layout {
>
> }
>
>
>
> % ****************************************************************
> % ly snippet:
> % ****************************************************************
> \sourcefileline 452
> \paper {
>  line-width = 9.0\cm
>  paper-height = 10.0\cm
> }
>
> \book {
>  \header {
>    dedication = "dedicated to me"
>    title = \markup \center-column { "Title first line" "Title second line,
> longer" }
>    subtitle = "the subtitle,"
>    subsubtitle = #(string-append "subsubtitle LilyPond version "
> (lilypond-version))
>    poet = "Poet"
>    composer =  \markup \center-column { "composer" \small "(1847-1973)" }
>    texttranslator = "Text Translator"
>    meter = \markup { \teeny "m" \tiny "e" \normalsize "t" \large "e" \huge
> "r" }
>    arranger = \markup { \fontsize #8.5 "a" \fontsize #2.5 "r" \fontsize
> #-2.5 "r" \fontsize #-5.3 "a" \fontsize #7.5 "nger" }
>    instrument = \markup \bold \italic "instrument"
>    piece = "Piece"
>  }
>
>  \score {
>    { c'1 }
>    \header {
>      piece = "piece1"
>      opus = "opus1"
>    }
>  }
>  \markup {
>      and now...
>  }
>  \score {
>    { c'1 }
>    \header {
>      piece = "piece2"
>      opus = "opus2"
>    }
>  }
> }
>
>
>
> % ****************************************************************
> % end ly snippet
> % ****************************************************************



reply via email to

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