lilypond-user
[Top][All Lists]
Advanced

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

Re: Related notes


From: Leo Correia de Verdier
Subject: Re: Related notes
Date: Fri, 1 Oct 2021 13:21:33 +0200

You have put the bracket in the wrong place, in lilypond you do not put the 
opening bracket before the first node in the group, but after, the same way you 
would write a slur.

\version "2.22.1" 
\language "english"
\relative c' { bf32[ df ef ] }

Also, please make your code examples small, just enough to illustrate the 
problem. 

Hope that helped

/Leo

> 1 okt. 2021 kl. 12:50 skrev Mahanidhi <mahanidhi@protonmail.com>:
> 
> Hi,
> I've to join the notes "bf32 df ef" before the bar of the first line as the 
> three notes of equal duration on the same line and in the next one but it 
> doesn't happen automatically.
> I tried with [ ] butthe stile is different.
> Code without  brackets:
> \version "2.22.1" 
> \language "english"
> 
> \header {
>   title = "      Jāgo āmār swapan"
>   arranger = "1971"
>   composer = "Sri Chinmoy"
>   tagline = ##f % toglie pie di pagina lilypond
> }
> 
> 
> \paper {
> top-margin = 10
> right-margin = 15
> left-margin = 0
> }
> 
> \layout {
>   \context {
>     \Score
>     \remove "Bar_number_engraver"
>      defaultBarType = "" }} % toglie le barre
> 
> \layout {
>   \context {
> \Staff
>   \remove "Time_signature_engraver"
> }} % tolgie il tempo
> 
> \layout {% to align
>   ragged-last = ##f
>   line-width = 195 % or some other number
> }
> 
> \relative c'
> 
> {\key df \major
>   \time 4/4
>   \tempo "Moderate - slow" 4 = 72
> df ff2. ef4 ff2. ef4 bf32 (cf df ef2. ) ef8(gf2)   bf,32 df ef   ff2.\bar "|"}
> \addlyrics {Jā -- go  ā  -- mār swā -- pan __ sā -- thi __ }
> 
> \relative c'
> {\key df \major ef4ff2 ef4. ff2. ef4 bf32 cf df  ef2. b4^"rit." a g2 a\bar 
> "|"}
> 
> Code with  brackets:
> \version "2.22.1" 
> \language "english"
> 
> \header {
>   title = "      Jāgo āmār swapan"
>   arranger = "1971"
>   composer = "Sri Chinmoy"
>   tagline = ##f % toglie pie di pagina lilypond
> }
> 
> 
> \paper {
> top-margin = 10
> right-margin = 15
> left-margin = 0
> }
> 
> \layout {
>   \context {
>     \Score
>     \remove "Bar_number_engraver"
>      defaultBarType = "" }} % toglie le barre
> 
> \layout {
>   \context {
> \Staff
>   \remove "Time_signature_engraver"
> }} % tolgie il tempo
> 
> \layout {% to align
>   ragged-last = ##f
>   line-width = 195 % or some other number
> }
> 
> \relative c'
> 
> {\key df \major
>   \time 4/4
>   \tempo "Moderate - slow" 4 = 72
> df ff2. ef4 ff2. ef4 bf32 (cf df ef2. ) ef8(gf2)   [bf,32 df ef ]  ff2.\bar 
> "|"}
> \addlyrics {Jā -- go  ā  -- mār swā -- pan __ sā -- thi __ }
> 
> \relative c'
> {\key df \major ef4ff2 ef4. ff2. ef4 bf32 cf df  ef2. b4^"rit." a g2 a\bar 
> "|"}
> 
> 
> Sent with ProtonMail Secure Email.
> 




reply via email to

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