How to shift tempo text on the right of the rehearsal mark in the conductor score? (see the image attached)

2021-08-12 Thread Marco Bagolin
[image: Schermata 2021-08-13 alle 07.40.54.png] Hello all I would like to shift tempo text on the right of the rehearsal mark in the conductor score. Conductor score is a file where all instruments files are called \version "2.20.0" \include "01_fluteI.ly" \include "03_oboe.ly" \include

How to shift tempo text on the right of the rehearsal mark in the conductor score?

2021-08-12 Thread Marco Bagolin
Hello all I would like to shift tempo text on the right of the rehearsal mark in the conductor score. Conductor score is a file where all instruments files are called \version "2.20.0" \include "01_fluteI.ly" \include "03_oboe.ly" \include "04_clarinetI.ly" \include "06_bassclarinet.ly"

Re: Titles italic format ignored

2020-02-14 Thread Marco Bagolin
Thank you all. Il giorno ven 14 feb 2020 alle 15:44 Noeck ha scritto: > Hi, > > as others said, font-name overwrites all of font-family, font-series and > font-shape. You can set the font family like this: > > \version "2.19.84" > > \paper { > % define a font ‘arial’ from the font called

Titles italic format ignored

2020-02-13 Thread Marco Bagolin
Hello all, If I write: \version “2.18.2” ... \header { … title = \markup \override #'(font-name . "Arial Black") \fontsize #+3 { \bold "TITLE" } subtitle = \markup \raise #1.0 \fontsize #-3 { \italic { "A Medley for Orchestra" \null}} …} Output is :

Fill automatically a page with only 3-4 staves

2020-02-12 Thread Marco Bagolin
Hello all, If I have a page of a score with only 3-4 staves ( generally is a problem of the last page of a score) how is possible to fill automatically all the page so that the space between the staves result the same? Thank you in advance. Regards MB

Re: Page numbers with text

2020-02-11 Thread Marco Bagolin
Perfect, thank you. Il giorno mar 11 feb 2020 alle 21:53 Kevin Barry ha scritto: > On Sun, Feb 09, 2020 at 09:01:48AM +0100, Marco Bagolin wrote: > > Thank you all, > > all solutions are good, but I don't know why the copyright field on the > > first page does not appear.

Re: Page numbers with text

2020-02-09 Thread Marco Bagolin
Thank you all, all solutions are good, but I don't know why the copyright field on the first page does not appear. My code is the following: \version "2.18.2" \paper { print-first-page-number = ##t oddHeaderMarkup = ##f evenHeaderMarkup = ##f oddFooterMarkup = \markup {

Re: Page numbers with text

2020-02-07 Thread Marco Bagolin
-06 10:02 pm, Marco Bagolin wrote: > > Hello all, > > I don’t know how to personalize the page numbers of a score. > > > > I would like to see at the left bottom of every score page the number > > in > > the following format: > > > > n - Title of sco

Page numbers with text

2020-02-06 Thread Marco Bagolin
Hello all, I don’t know how to personalize the page numbers of a score. I would like to see at the left bottom of every score page the number in the following format: n - Title of score Example: 1 - My Song 2 - My song ... Please help me. Thanks in advance. Regards Marco B.

Re: Fill indication in percussion scores

2020-02-03 Thread Marco Bagolin
) > r4 r\startTextSpan r r \stopTextSpan > r r r > } > > Cheers, > Pierre > > Le lun. 3 févr. 2020 à 09:24, Kevin Barry a écrit : > >> On Mon, Feb 03, 2020 at 08:41:21AM +0100, Marco Bagolin wrote: >> > I tried to use: >> > >> > \ottava #1 >

Re: beaming in tuplets

2018-04-12 Thread Marco Bagolin
Thank you all :-) 2018-04-12 22:48 GMT+02:00 Urs Liska : > > > Am 12.04.2018 um 20:45 schrieb Mark Stephen Mrotek: > > Marco, > > > > Got the 3’s on each group – see attached. > > > > > Rather than manually counting beamlets you can set beam subdivisions: > > \set

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Marco Bagolin
s8:16 } d4 \tuplet 3/2 { c,8:16 ees?8:16 aes8:16 } c4| } But final output is not the same of the imagine. Il giorno gio 12 apr 2018 alle 08:30 Malte Meyn <lilyp...@maltemeyn.de> ha scritto: > > > Am 12.04.2018 um 07:13 schrieb Marco Bagolin: > > Hi all, > > please someone

Re: Tremolo repeats and groups of notes

2018-04-12 Thread Marco Bagolin
I am trying, but I don't find the correct sintax... Il giorno gio 12 apr 2018 alle 14:56 Malte Meyn <lilyp...@maltemeyn.de> ha scritto: > > > Am 12.04.2018 um 11:24 schrieb Marco Bagolin: > > I solved the second question using your proposal of code. > > > > I

Re: Align to left the instrument title

2017-05-02 Thread Marco Bagolin
> > You minimal working example (MWE) is too minimal actually. > > How about: > > \version "2.19.55" > > \version "2.18.2" > \header { > title = \markup \fontsize #+1.5 {"My Music"} > instrument = \markup {\left-align \fontsize #+

Align to left the instrument title

2017-05-02 Thread Marco Bagolin
Hello all, I am not so expert and need a help. I would like that instrument title appear on the left of the first page and in the center of the other pages. I am trying with this code: \version "2.18.2" \header { title = \markup \fontsize #+1.5 {"My Music"} instrument = \left-align \fontsize

Start of the first row of a staff

2016-09-21 Thread Marco Bagolin
Hello all, please, I need a help because I don't find a solution in the snippet repository. I need that the first line of the staff is aligned as subsequent lines, NOT as the attached example. What is the command to use? start_staff.jpg

Re: Formatting Titles...

2015-06-10 Thread Marco Bagolin
amazing! Thank you! Il 10/giu/2015 09:37 Nathan Ho when.possi...@gmail.com ha scritto: On Tue, Jun 9, 2015 at 11:11 PM, Marco Bagolin bagolin.ma...@gmail.com wrote: Hello all. I must to format titles. I write the following code: \header { dedication = \markup \override #'(font-name

Formatting Titles...

2015-06-10 Thread Marco Bagolin
-name . Book Antiqua) \bold {COMPOSER} arranger = \markup \override #'(font-name . Book Antiqua) \italic {Arranged by MARCO BAGOLIN} tagline = } But what I wrote is not functioning correctly. italic and bold commands are ignored. any suggestion? Thank you all for the help. Regards Marco B

Re: Formatting tempo text

2015-06-09 Thread Marco Bagolin
} } } \compressFullBarRests \once\override MultiMeasureRest.expand-limit = #3 \once\override MultiMeasureRest.minimum-length = #20 R1*4 \mark\markup\box 47 } Cheers, Pierre 2015-06-09 7:39 GMT+02:00 Nathan Ho when.possi...@gmail.com: On Mon, Jun 8, 2015 at 9:03 PM, Marco Bagolin

Formatting tempo text

2015-06-08 Thread Marco Bagolin
Hello all. How can I obtain what you can see in What_I_want.png file? My best result is in myresult.png file. The code I wrote is the following: \tempo \markup {\column {\line { \tiny {''Do You Want to smile?''}} \line {Moderate - rhytmic, but expressive}}} But I want to obtain the formattation

Re: copyright text in more of one single line

2015-05-26 Thread Marco Bagolin
: % \header { tagline = ##f copyright = \markup \center-column { (C) 2015 - Marco Bagolin All Rights Reserved - This is my personal copy - } } \score {g'} % Cheers, Klaus -- View this message

notes grouped

2015-05-24 Thread Marco Bagolin
I would like to get the notes grouped in the file as original.png, but my best result is what you can see in the file myresult.png with the following code: \tuplet 3/2 {b[[( d b]} a b)] What is my mistake? I can't see where I wrong. ___ lilypond-user

copyright text in more of one single line

2015-05-24 Thread Marco Bagolin
Is it possible to use more of one line to write the copyright on the first page? for example: (C) 2015 - Marco Bagolin All Rights Reserved - This is my personal copy - I tried to use the following code: *copyright = \markup{ \line {(C) 2015 - Marco Bagolin

Fwd: Text alignment

2014-10-14 Thread Marco Bagolin
Hi all, I can not reproduce the attached Sample1.png. The best result I obtained is the attached MySample1.png with the following code: \version 2.18.2 \relative c'' {e1 \trill \p \ | b'1 \trill| e b1 \trill ^\markup {\tiny \italic \halign #2 \raise #1.5 div.}

Text alignment

2014-10-12 Thread Marco Bagolin
Hi all, I can not reproduce the attached Sample1.png. The best result I obtained is the attached MySample1.png with the following code: e,1 \trill \p \ | b'1 \trill| e b1 \trill ^\markup {\tiny \italic \halign #2 \raise #1.5 div.} ^\markup {\tiny (both trill)}

Contemporary Music Notation

2014-10-08 Thread Marco Bagolin
learn to use Lilypond for write music using Contemporary Music Notation? Thank you in advance for all your answer and help. Regards Marco Bagolin ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user