jekyll-lilypond 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03f518ed64fd17a4aa282f1e11c82f1ea127de1231919ad2f22f419f3a95d942
4
- data.tar.gz: 8225e9fd20e2be85d2be52781a01d65de431313399d7313d754e416f78148c6c
3
+ metadata.gz: 672b27aee41c17aec77679c1d4a5cf6ceb580201bb4683d0b5dc37274e1073af
4
+ data.tar.gz: 1a80bafa65631c1c4fc1762a95a4c65126a763d0dd3befbddaecb50cdc909332
5
5
  SHA512:
6
- metadata.gz: 48f09dbd1c6101a2ff2d13500690f72efee15bfc7b33cc647ecf050de11f082de1bc195a16fa56d52958b7605c362cf7a21258498f0cce8c51015436261056c5
7
- data.tar.gz: 0b51587b3ff6e62de63486833c9269bd961d025d047770431adcb8b7fb0c98207eb6798efee19ee6e175e7a705d4811216395004290f7fe223755552dac9788c
6
+ metadata.gz: 4f136641b2be78e02a10f898be7ff3cab3e81196e0b5983d65ac477c6d8343cb2c656615df0e0c897cb43bd45a07bd8ff6fe74a728966cae1d89c039c8ab1918
7
+ data.tar.gz: 3ccddb96390a71d8b44f88e65fc2aa9850d62aa416254ff8b9922d3b7e091bd524ab519b6df25093d72fd94b34c95f8df51499fbc02789376c56f157f631f561
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require "jekyll-lilypond/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.version = "0.1.1"
7
+ spec.version = "0.1.2"
8
8
  spec.authors = "Leah Velleman"
9
9
  spec.name = "jekyll-lilypond"
10
10
  spec.summary = "Lilypond music snippets in Jekyll"
@@ -23,10 +23,9 @@
23
23
  evenFooterMarkup = ##f
24
24
  }
25
25
  \score {
26
- \unfoldRepeats \articulate
27
- <<
26
+ {
28
27
  {{ content }}
29
- >>
28
+ }
30
29
  \layout {
31
30
  #(layout-set-staff-size 16)
32
31
  \context {
@@ -1,6 +1,6 @@
1
1
  <figure>
2
2
  <img
3
- src="lilypond_files/{{ filename }}-trimmed.svg"
3
+ src="/lilypond_files/{{ filename }}-trimmed.svg"
4
4
  {%- if style %}
5
5
  style="{{ style }}"
6
6
  {% endif -%}
@@ -1,4 +1,4 @@
1
- <img src="lilypond_files/{{ filename }}-trimmed.svg"
1
+ <img src="/lilypond_files/{{ filename }}-trimmed.svg"
2
2
  alt="{{ alt }}"
3
3
  class="{{ class }}"
4
4
  style="{{ style }}"/>
@@ -6,7 +6,7 @@
6
6
  class="{{ class }}"
7
7
  {% endif -%}
8
8
  >
9
- <img src="lilypond_files/{{ filename }}-trimmed.svg"
9
+ <img src="/lilypond_files/{{ filename }}-trimmed.svg"
10
10
  {%- if alt %}
11
11
  alt="{{ alt }}"
12
12
  title="{{ alt }}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lilypond
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leah Velleman